Ver código fonte

人员配置选人修改

wangliang 10 meses atrás
pai
commit
389c705aea

+ 2 - 0
sop-business/src/main/java/com/qmth/sop/business/service/impl/TBUserArchivesAllocationServiceImpl.java

@@ -655,6 +655,8 @@ public class TBUserArchivesAllocationServiceImpl
                 if (CollectionUtils.isNotEmpty(roleInfoList)) {
                     cell.setArchivesRoleName(
                             roleInfoList.stream().map(RoleResult::getRoleName).collect(Collectors.joining(",")));
+                } else {
+                    cell.setArchivesRoleName(SopRoleTypeCompositeEnum.REGION_MANAGER.getTitle());
                 }
                 result.add(cell);
             } else {