src/main/java/com/whyc/service/PwrdevAlarmService.java
@@ -343,4 +343,8 @@ public List<Integer> getStationList(int userId) { return mapper.getStationList(userId); } public int getCountByStationIds(List<String> stationIdList) { return mapper.getCountByStationIds(stationIdList); } }