|
|
@ -169,7 +169,7 @@ public class ScreenProjectCategoryGridAndOrgDailyServiceImpl implements ScreenPr |
|
|
|
List<String> subCustomerIds = relationInfo.stream().map(CustomerRelationEntity::getCustomerId).collect(Collectors.toList()); |
|
|
|
for (int i = NumConstant.ZERO; i < subCustomerIds.size(); i++) { |
|
|
|
if (subCustomerIds.get(i).equals(PingYinConstant.KONG_CUN_CUSTOMER_ID)){ |
|
|
|
customerIds.remove(i); |
|
|
|
subCustomerIds.remove(i); |
|
|
|
continue; |
|
|
|
} |
|
|
|
} |
|
|
|