Compare commits
No commits in common. "68cb33a976050aabf47f59a8a7661b1ee71ffa15" and "09b0e23f9b7dc19a1736a5be49a22b54c7f8e968" have entirely different histories.
68cb33a976
...
09b0e23f9b
@ -127,7 +127,7 @@ public class SysUserServiceImpl implements ISysUserService, UserService {
|
||||
w.in(SysUser::getDeptId, ids);
|
||||
}).orderByAsc(SysUser::getUserId);
|
||||
if (StringUtils.isNotBlank(user.getExcludeUserIds())) {
|
||||
wrapper.notIn(SysUser::getUserId, StringUtils.splitTo(user.getExcludeUserIds(), Convert::toLong));
|
||||
wrapper.notIn(SysUser::getUserId, StringUtils.splitList(user.getExcludeUserIds()));
|
||||
}
|
||||
return wrapper;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user