|
@ -773,6 +773,10 @@ public class IcCommunitySelfOrganizationServiceImpl extends BaseServiceImpl<IcCo |
|
|
List<CommunitySelfOrganizationListDTO> list=pageInfo.getList(); |
|
|
List<CommunitySelfOrganizationListDTO> list=pageInfo.getList(); |
|
|
for (CommunitySelfOrganizationListDTO dto : list) { |
|
|
for (CommunitySelfOrganizationListDTO dto : list) { |
|
|
dto.setColor(SelfOrgCategoryEnum.getEnum(dto.getCategoryCode()).getColor()); |
|
|
dto.setColor(SelfOrgCategoryEnum.getEnum(dto.getCategoryCode()).getColor()); |
|
|
|
|
|
if (StringUtils.isNotBlank(dto.getCategoryCode())) { |
|
|
|
|
|
dto.setCategoryName(SelfOrgCategoryEnum.getEnum(dto.getCategoryCode()).getName()); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
return new PageData<>(list, pageInfo.getTotal()); |
|
|
return new PageData<>(list, pageInfo.getTotal()); |
|
|
} |
|
|
} |
|
|