@ -117,6 +117,10 @@ public class PublicPartExtractServiceImpl implements PublicPartExtractService {
ScreenUserJoinEntity entity = insertMap . get ( gridId ) ;
ScreenUserJoinEntity entity = insertMap . get ( gridId ) ;
entity . setJoinTotal ( issue . getIssueIncr ( ) ) ;
entity . setJoinTotal ( issue . getIssueIncr ( ) ) ;
GridUserCountResultDTO user = userCountMap . get ( gridId ) ;
GridUserCountResultDTO user = userCountMap . get ( gridId ) ;
if ( user = = null ) {
log . warn ( "gridId:{} is not exist in issue,customerId:{},monthId:{},gridId:{}" , JSON . toJSONString ( issue ) , formDTO . getCustomerId ( ) , formDTO . getMonthId ( ) , gridId ) ;
return ;
}
//百人人均议题:统计周期内总的议题数/(注册用户数/100)
//百人人均议题:统计周期内总的议题数/(注册用户数/100)
log . debug ( "issue:{}" , JSON . toJSONString ( issue ) ) ;
log . debug ( "issue:{}" , JSON . toJSONString ( issue ) ) ;
log . debug ( "user:{}" , JSON . toJSONString ( user ) ) ;
log . debug ( "user:{}" , JSON . toJSONString ( user ) ) ;