|
|
@ -91,7 +91,7 @@ public class CalGridIndexServiceImpl implements CalGridIndexService { |
|
|
|
public Boolean calGridIndexPartyAbility(String customerId, String monthId) { |
|
|
|
List<PartyAbilityGridMonthlyFormDTO> result = governAbilityDao.selectAllGridInfoToParty(customerId); |
|
|
|
if (CollectionUtils.isEmpty(result)){ |
|
|
|
log.warn("客户【"+customerId+"】未查出网格信息"); |
|
|
|
log.warn(String.format(ExtractConstant.CUSTOMER_INFO_NULL,customerId)); |
|
|
|
return true; |
|
|
|
} |
|
|
|
// 网格群众用户数 , 网格党员用户数
|
|
|
@ -246,7 +246,7 @@ public class CalGridIndexServiceImpl implements CalGridIndexService { |
|
|
|
|
|
|
|
List<GovernAbilityGridMonthlyFormDTO> result = governAbilityDao.selectAllGridInfo(customerId); |
|
|
|
if (CollectionUtils.isEmpty(result)){ |
|
|
|
log.warn("客户【"+customerId+"】未查出网格信息"); |
|
|
|
log.warn(String.format(ExtractConstant.CUSTOMER_INFO_NULL,customerId)); |
|
|
|
return true; |
|
|
|
} |
|
|
|
//网格总议题数目,网格人均议题数目
|
|
|
|