| | |
| | | param.setAlmStartTime1(queryTime.get(1)); |
| | | param.setRecordYear(tableName); |
| | | //int currentCount = devAlarmDataHistoryMapper.getCount(param); |
| | | int currentCount = subService.getCount(param); |
| | | //int currentCount = subService.getCount(param); |
| | | int currentCount = subService.getCount_stationId(param); |
| | | queryCountMap.put(tableYear, currentCount); |
| | | |
| | | } else if (pojo instanceof PwrdevAlarmHistory) { |
| | |
| | | data.setLimitEnd(limitList.get(1)); |
| | | data.setRecordYear(recordYear); |
| | | //List<DevalarmDataHistory> list = devAlarmDataHistoryMapper.getList2(data); |
| | | List<DevalarmDataHistory> list = subService.getList2(data); |
| | | //List<DevalarmDataHistory> list = subService.getList2(data); |
| | | List<DevalarmDataHistory> list = subService.getList2_stationId(data); |
| | | dataList.addAll(list); |
| | | } |
| | | else if (pojo instanceof PwrdevAlarmHistory) { |