|
|
@ -147,6 +147,7 @@ public class GrassRootsGovernServiceImpl implements GrassRootsGovernService { |
|
|
|
UserJoinIndicatorGrowthRateResultDTO beforeTwoMonth = screenUserJoinDao.selectUserJoinDataByAreaCode(param.getAreaCode(), dateUtils.getPreviousMonthId(NumConstant.TWO)); |
|
|
|
if (null == beforeTwoMonth) { |
|
|
|
log.warn(String.format("平阴县查询screen_user_join表为空,monthId:%s",dateUtils.getPreviousMonthId(NumConstant.TWO))); |
|
|
|
return new PublicPartiProfileResultDTO(); |
|
|
|
}else{ |
|
|
|
//举例,today is 20210707 , latest是06月份的数据,beforeTwoMonth是05月份的数据
|
|
|
|
|
|
|
|