ard-work/src/main/java/com/ruoyi/alarmpoints/well/mapper/ArdAlarmpointsWellMapper.java
@@ -4,6 +4,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.common.annotation.DataScope; @@ -85,8 +86,10 @@ * @return 结果 */ public boolean checkWellIdExists(String wellId); public ArdAlarmpointsWell checkWellIdExists(String wellId); List<ArdAlarmpointsWell> wellByPlanId(String id); List<ArdAlarmpointsWellDeptVo> wellListDept(List<Long> deptList); }