whycxzp
2023-07-26 3a0d6602e0ea5232fca72951c8d70b2da9cf70bf
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);
    }
}