‘liusuyi’
2023-09-27 a346e2af25169c885c634edc6b9fa619053a50b7
ard-work/src/main/java/com/ruoyi/alarmpoints/well/service/IArdAlarmpointsWellService.java
@@ -102,7 +102,7 @@
    /**
     * 核对井号是否唯一
     *
     * @param id 需要核对的井的主键
     * @param well 需要核对的井
     * @return 结果
     */
@@ -117,5 +117,10 @@
    PageInfo<ArdAlarmpointsWell> conditionList(ArdAlarmpointsWellParam ardAlarmpointsWellParam);
    List<ArdAlarmpointsWellDeptVo> wellListDept(List<Long> deptList);
    /**
     * 获取附近的井
     * 刘苏义
     * 2023/9/27 10:26:35
     */
    List<ArdAlarmpointsWell> getNearbyWellList(Double[] position, Long deptId,Integer range);
}