|
@@ -298,6 +298,7 @@ public class StatisticsServiceImpl extends BaseService implements StatisticsServ
|
|
|
}
|
|
}
|
|
|
user.setPosition_ids(positionList);
|
|
user.setPosition_ids(positionList);
|
|
|
|
|
|
|
|
|
|
+ user.setInvalidtime(obj.getStart_date());
|
|
|
List<StatisticsBean> lists = departmentDao.selectFeeStationGroup(user);
|
|
List<StatisticsBean> lists = departmentDao.selectFeeStationGroup(user);
|
|
|
Map<Long, StatisticsBean> mapStationInfos = new HashMap<>();
|
|
Map<Long, StatisticsBean> mapStationInfos = new HashMap<>();
|
|
|
int i = 0;
|
|
int i = 0;
|
|
@@ -403,6 +404,7 @@ public class StatisticsServiceImpl extends BaseService implements StatisticsServ
|
|
|
positionList.add(Integer.parseInt(postions[i]));
|
|
positionList.add(Integer.parseInt(postions[i]));
|
|
|
}
|
|
}
|
|
|
user.setPosition_ids(positionList);
|
|
user.setPosition_ids(positionList);
|
|
|
|
|
+ user.setInvalidtime(obj.getStart_date());
|
|
|
List<StatisticsBean> lists = departmentDao.selectFeeStationGroup(user);
|
|
List<StatisticsBean> lists = departmentDao.selectFeeStationGroup(user);
|
|
|
Map<Long, StatisticsBean> mapStationInfos = new HashMap<>();
|
|
Map<Long, StatisticsBean> mapStationInfos = new HashMap<>();
|
|
|
int i = 0;
|
|
int i = 0;
|