|
|
@ -200,6 +200,10 @@ public class PublicPartExtractServiceImpl implements PublicPartExtractService { |
|
|
|
String agencyId = issue.getAgencyId(); |
|
|
|
agencyIdSet.add(agencyId); |
|
|
|
ScreenUserJoinEntity entity = insertMap.get(agencyId); |
|
|
|
//todo 这里为什么会没有
|
|
|
|
if (entity == null){ |
|
|
|
return; |
|
|
|
} |
|
|
|
entity.setJoinTotal(issue.getIssueIncr()); |
|
|
|
GridUserCountResultDTO user = userCountMap.get(agencyId); |
|
|
|
//百人人均议题:统计周期内总的议题数/(注册用户数/100)
|
|
|
|