增加跟单员
This commit is contained in:
parent
1c5bdd2989
commit
92497df2a4
|
|
@ -342,7 +342,7 @@ public class AdminUserServiceImpl implements AdminUserService {
|
|||
* @return 部门编号集合
|
||||
*/
|
||||
private Set<Long> getDeptCondition(Long deptId) {
|
||||
if (deptId == null) {
|
||||
if (deptId == null || deptId == 0) {
|
||||
return Collections.emptySet();
|
||||
}
|
||||
Set<Long> deptIds = convertSet(deptService.getChildDeptList(deptId), DeptDO::getId);
|
||||
|
|
|
|||
Loading…
Reference in New Issue