1.数据完整性列表调整

This commit is contained in:
wr
2024-04-03 09:28:32 +08:00
parent 542cdbc9b3
commit 438c21880f
3 changed files with 85 additions and 1 deletions

View File

@@ -25,4 +25,6 @@ public interface IntegrityMapper extends Mapper<Integrity> {
//查询监测点时间范围内详细的数据完整性
List<IntergralityTable> selectIntegrityData(@Param("list") List<Integer> tempIndexs,@Param("startTime")Date startTime,@Param("endTime") Date endTime);
List<IntergralityTable> selectGWIntegrityData(@Param("list") List<Integer> tempIndexs,@Param("startTime")Date startTime,@Param("endTime") Date endTime);
}