Browse Source

11、基层治理-公众参与 接口平均率计算修改

dev_shibei_match
zhangyongzhangyong 5 years ago
parent
commit
5c9658ddc8
  1. 3
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/screen/impl/ScreenCollServiceImpl.java

3
epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/screen/impl/ScreenCollServiceImpl.java

@ -334,9 +334,10 @@ public class ScreenCollServiceImpl implements ScreenCollService {
String[] lastMonth = this.lastMonthDate(); String[] lastMonth = this.lastMonthDate();
// 获取上个月的基本数据 // 获取上个月的基本数据
String moneth = lastMonth[NumConstant.ZERO] + lastMonth[NumConstant.ONE];
List<ScreenUserJoinEntity> lastMonthJoinList = screenUserJoinDao.selectLastMonthScreenUserJoinList(customerId, List<ScreenUserJoinEntity> lastMonthJoinList = screenUserJoinDao.selectLastMonthScreenUserJoinList(customerId,
lastMonth[NumConstant.ZERO], lastMonth[NumConstant.ZERO],
lastMonth[NumConstant.ONE], moneth,
orgIds); orgIds);
// 定义本月待添加数据的集合 // 定义本月待添加数据的集合

Loading…
Cancel
Save