whyclxw
2025-05-28 e16302f9d475c7cc4dd18c5abf1a23cb5502e362
src/main/java/com/whyc/mapper/DevalarmDataHistoryMapper.java
@@ -21,7 +21,7 @@
    List getDevAlarmHistory(List deviceIds);
    int getCountForInterface(InterfaceParam param);
    //int getCountForInterface(InterfaceParam param);
    //List getListForInterface(InterfaceParam param);
@@ -30,8 +30,8 @@
    List<DevalarmDataHistory> getDataBeforeRetentionMonth(@Param("retentionTime") Date retentionTime);
    List<BattalarmDataHistory> getLevelSubList(int uId, String tableName);
    //List<BattalarmDataHistory> getLevelSubList(int uId, String tableName);
    List<DevalarmDataHistory> getListByStationId(Date startTime, Date endTime, String stationId,String tableName);
    //List<DevalarmDataHistory> getListByStationId(Date startTime, Date endTime, String stationId,String tableName);
}