1.数据完整性列表调整
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user