|
|
@ -108,7 +108,7 @@ public class PublicPartExtractServiceImpl implements PublicPartExtractService { |
|
|
|
return; |
|
|
|
} |
|
|
|
List<GridUserCountResultDTO> userCountList = factRegUserGridMonthlyService.selectGridUserCount(formDTO.getCustomerId(), formDTO.getMonthId()); |
|
|
|
if (CollectionUtils.isEmpty(issueTotal)) { |
|
|
|
if (CollectionUtils.isEmpty(userCountList)) { |
|
|
|
log.error("抽取【公众参与-人均议题】,获取注册用户数为空"); |
|
|
|
return; |
|
|
|
} |
|
|
|