|
|
@ -175,6 +175,7 @@ public class ScreenProjectCategoryGridAndOrgDailyServiceImpl implements ScreenPr |
|
|
|
} |
|
|
|
subCustomerIds.add(customerId); |
|
|
|
List<GridAndOrgCategoryCountResultDTO> allAgencies = screenCustomerAgencyDao.selectParentSonAgency(subCustomerIds, PingYinConstant.KONG_CUN_CUSTOMER_ID); |
|
|
|
log.info("父子客户所有的组织{}",JSON.toJSONString(allAgencies)); |
|
|
|
List<List<GridAndOrgCategoryCountResultDTO>> partition = ListUtils.partition(allAgencies, NumConstant.FIFTY); |
|
|
|
List<GridAndOrgCategoryCountResultDTO> allOrgCategoryList = result; |
|
|
|
partition.forEach(p -> { |
|
|
|