Commit 92edb454 authored by huyuchen's avatar huyuchen

huych-入离职登记提交

parent 070fb8cc
......@@ -471,7 +471,7 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
vo.setUserId(user.getId());
vo.setProjectId(selectVo.getId());
R<SysCspDeptVo> booleanR = upmsDaprUtils.selectCspDeptByUserDeptId(vo);
if (Common.isEmpty(booleanR) || Common.isEmpty(booleanR.getData())) {
if (Common.isEmpty(booleanR) && Common.isEmpty(booleanR.getData())) {
insert.setRegistorDeptname(user.getDeptName());
insert.setRegistorDeptid(user.getDeptId().toString());
insert.setEmpDeptid(user.getDeptId().toString());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment