|
|
@ -147,7 +147,7 @@ public class GrassRootsGovernServiceImpl implements GrassRootsGovernService { |
|
|
|
screenUserJoinDao.selectUserJoinDataByAreaCode(agencyInfo.getAreaCode(),monthId); |
|
|
|
//保证获取公众参与概率数据的最大可能性
|
|
|
|
int time = NumConstant.TWELVE; |
|
|
|
while (null == latest && time > NumConstant.ONE) { |
|
|
|
while ((null == latest || latest.getId() == null) && time > NumConstant.ONE) { |
|
|
|
time--; |
|
|
|
monthId = dateUtils.getPreviousMonthIdByDest(null, monthId); |
|
|
|
latest = CollectionUtils.isEmpty(subCustomers)||StringUtils.isBlank(agencyInfo.getAreaCode()) ? |
|
|
|