Commit 865a05ed authored by hongguangwu's avatar hongguangwu

Merge remote-tracking branch 'origin/MVP1.7.7' into MVP1.7.7

parents 8c0db32c 1fb31135
...@@ -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