zhangnaisong
2024-02-22 60a9ab1441177c4c489f8a2dd12bfb779124e4ea
ard-work/src/main/java/com/ruoyi/alarmpoints/well/mapper/ArdAlarmpointsWellMapper.java
@@ -6,6 +6,7 @@
import com.ruoyi.alarmpoints.well.domain.ArdAlarmpointsWell;
import com.ruoyi.alarmpoints.well.domain.ArdAlarmpointsWellDeptVo;
import com.ruoyi.common.annotation.DataScope;
import org.apache.ibatis.annotations.Param;
/**
@@ -98,4 +99,6 @@
    List<ArdAlarmpointsWellDeptVo> wellListDept(List<Long> deptList);
    ArdAlarmpointsWell getWellDataByPatrolplanIdAndPosition(@Param("patrolplanId") String patrolplanId,@Param("longitude") Double longitude,@Param("latitude") Double latitude);
}