mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-26 11:59:37 +08:00
update 优化 补全工作流权限标识符
This commit is contained in:
@@ -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>()
|
||||
|
||||
Reference in New Issue
Block a user