Commit 1fb31135 authored by huyuchen's avatar huyuchen

huych-入离职登记提交

parent a48d68ad
...@@ -626,7 +626,11 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr ...@@ -626,7 +626,11 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
} }
} }
if (Common.isNotNull(authority) && !authority.isHaveAll()) { if (Common.isNotNull(authority) && !authority.isHaveAll()) {
searchVo.setDepartIdSet(authority.getDepartIdSet()); if (Common.isNotNull(authority.getDepartIdSet())) {
searchVo.setDepartIdSet(authority.getDepartIdSet());
} else {
searchVo.setId(CommonConstants.ONE_STRING_NEGATE);
}
} }
} }
} }
......
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