|
|
@@ -158,6 +158,7 @@ public class UserInfoManage { |
|
|
|
* @param userRoleList |
|
|
|
*/ |
|
|
|
private List<String> getRoleCompliantEmployeeCodeList(List<UserRoleVO> userRoleList) { |
|
|
|
userRoleList = userRoleList.stream().filter(r -> Objects.nonNull(r.getId())).collect(Collectors.toList()); |
|
|
|
if (CollUtil.isEmpty(userRoleList)) { |
|
|
|
return null; |
|
|
|
} |
|
|
|