fix 修复 pg数据库 查询报错问题
This commit is contained in:
parent
a4a833f15f
commit
d5b62a2126
@ -99,7 +99,7 @@ public class SysUserServiceImpl implements ISysUserService, UserService {
|
|||||||
w.in("u.dept_id", ids);
|
w.in("u.dept_id", ids);
|
||||||
}).orderByAsc("u.user_id");
|
}).orderByAsc("u.user_id");
|
||||||
if (StringUtils.isNotBlank(user.getExcludeUserIds())) {
|
if (StringUtils.isNotBlank(user.getExcludeUserIds())) {
|
||||||
wrapper.notIn("u.user_id", StringUtils.splitList(user.getExcludeUserIds()));
|
wrapper.notIn("u.user_id", StringUtils.splitTo(user.getExcludeUserIds(), Convert::toLong));
|
||||||
}
|
}
|
||||||
return wrapper;
|
return wrapper;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user