update 优化 补全工作流权限标识符

This commit is contained in:
疯狂的狮子Li
2026-03-19 15:21:25 +08:00
parent 2df68ab3ad
commit 579c2d402a

View File

@@ -392,7 +392,7 @@ public class RemoteUserServiceImpl implements RemoteUserService {
*/
public Map<Long, String> selectUserNicksByIds(Collection<Long> userIds) {
if (CollUtil.isEmpty(userIds)) {
return List.of();
return Map.of();
}
List<SysUser> list = userMapper.selectList(
new LambdaQueryWrapper<SysUser>()