|
@ -245,7 +245,7 @@ public class ScreenProjectQuantityOrgMonthlyServiceImpl extends BaseServiceImpl< |
|
|
*/ |
|
|
*/ |
|
|
public void extractionProjectOrgMonthlyMoreCustomer(String customerId,String monthId){ |
|
|
public void extractionProjectOrgMonthlyMoreCustomer(String customerId,String monthId){ |
|
|
CustomerAgencyEntity rootAgency=customerAgencyService.getRootAgencyInfo(customerId); |
|
|
CustomerAgencyEntity rootAgency=customerAgencyService.getRootAgencyInfo(customerId); |
|
|
List<ScreenProjectOrgDailyDTO> screenProjectOrgDailyDTOS=agencyDao.selectAgencyByAreaCode(rootAgency.getAreaCode()); |
|
|
List<ScreenProjectOrgDailyDTO> screenProjectOrgDailyDTOS=agencyDao.selectAgencyByAreaCode(customerId, rootAgency.getAreaCode()); |
|
|
if (CollectionUtils.isEmpty(screenProjectOrgDailyDTOS)){ |
|
|
if (CollectionUtils.isEmpty(screenProjectOrgDailyDTOS)){ |
|
|
log.warn(String.format(PingYinConstants.AGENCY_INFO_IS_ZERO,customerId)); |
|
|
log.warn(String.format(PingYinConstants.AGENCY_INFO_IS_ZERO,customerId)); |
|
|
return; |
|
|
return; |
|
|