zhangnaisong
2024-04-28 686c587744cf0933b4022a1b741f8f50658e2632
ard-work/src/main/java/com/ruoyi/alarmpoints/well/mapper/ArdAlarmpointsWellMapper.java
@@ -5,6 +5,7 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.alarmpoints.well.domain.ArdAlarmpointsWell;
import com.ruoyi.alarmpoints.well.domain.ArdAlarmpointsWellDeptVo;
import com.ruoyi.alarmpoints.well.domain.ArdAlarmpointsWellParam;
import com.ruoyi.common.annotation.DataScope;
import org.apache.ibatis.annotations.Param;
@@ -23,6 +24,8 @@
     * @return 井管理
     */
    public ArdAlarmpointsWell selectArdAlarmpointsWellById(String id);
    /**
     * 查询井管理
@@ -102,4 +105,7 @@
    ArdAlarmpointsWell getWellDataByPatrolplanIdAndPosition(@Param("patrolplanId") String patrolplanId,@Param("longitude") Double longitude,@Param("latitude") Double latitude);
    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);
}