zhangnaisong
2024-07-06 06842b9c367083c3bf77b8b54a1e1a32b68a2e5e
ard-work/src/main/java/com/ruoyi/alarmpoints/well/mapper/ArdAlarmpointsWellMapper.java
@@ -106,5 +106,6 @@
    ArdAlarmpointsWell getWellById(String id);
    List<ArdAlarmpointsWell> conditionList(@Param("wellId") String wellId,@Param("deptList") List<Long> deptList);
    List<ArdAlarmpointsWell> getArdAlarmpointsWellByDeptIdAndDistance(@Param("deptId")Long deptId,@Param("lonM")Double lonM,@Param("latM")Double latM,@Param("lonA")Double lonA,@Param("latA")Double latA,@Param("lonB")Double lonB,@Param("latB")Double latB,@Param("lonC")Double lonC,@Param("latC")Double latC,@Param("lonD")Double lonD,@Param("latD")Double latD);
}