|
|
@ -142,8 +142,6 @@ public class ScreenProjectCategoryGridAndOrgDailyServiceImpl implements ScreenPr |
|
|
|
log.info("开始执行组织项目分类统计"); |
|
|
|
long start = System.currentTimeMillis(); |
|
|
|
List<CustomerRelationEntity> relationInfo = relationService.selectSubCustomer(customerId); |
|
|
|
List<String> customerIds = new ArrayList<>(); |
|
|
|
customerIds.add(customerId); |
|
|
|
List<GridAndOrgCategoryCountResultDTO> result = new ArrayList<>(); |
|
|
|
if (CollectionUtils.isEmpty(relationInfo)){ |
|
|
|
// one customer
|
|
|
|