【fix】修复没有角色是userId为空的问题

This commit is contained in:
nixj 2024-06-18 12:48:57 +08:00
parent fb5ab0acc5
commit a381bfec7c
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ public class UserDomainService {
RolePageDto obj = new RolePageDto();
obj.setName(temp.getName());
obj.setEmployeeNo(temp.getEmployeeNo());
obj.setUserId(temp.getUserId());
return obj;
}).toList();