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