|  |  | 
 |  |  |  | 
 |  |  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | 
 |  |  | import com.dy.pipIrrGlobal.pojoRm.RmCommandHistory; | 
 |  |  | import com.dy.pipIrrGlobal.voRm.VoUnclosedParam; | 
 |  |  | import com.dy.pipIrrGlobal.voRm.VoUnclosedValve; | 
 |  |  | import org.apache.ibatis.annotations.Mapper; | 
 |  |  | import org.apache.ibatis.annotations.Param; | 
 |  |  |  | 
 |  |  | import java.util.List; | 
 |  |  |  | 
 |  |  | /** | 
 |  |  |  * @author ZhuBaoMin | 
 |  |  |  * @date 2024-05-22 14:29 | 
 |  |  |  * @LastEditTime 2024-05-22 14:29 | 
 |  |  |  * @date 2024-05-24 10:46 | 
 |  |  |  * @LastEditTime 2024-05-24 10:46 | 
 |  |  |  * @Description | 
 |  |  |  */ | 
 |  |  |  | 
 |  |  | 
 |  |  |     int updateByPrimaryKeySelective(RmCommandHistory record); | 
 |  |  |  | 
 |  |  |     int updateByPrimaryKey(RmCommandHistory record); | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 根据操作员ID获取未关阀记录(包含在线情况) | 
 |  |  |      * @param onLineMap | 
 |  |  |      * @param operator | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     List<VoUnclosedValve> getUnclosedValves(@Param("onLineMap") String onLineMap, @Param("operator") Long operator); | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 根据取水口ID获取该取水口未关阀参数,平台选择取水口关阀使用 | 
 |  |  |      * @param intakeId | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     VoUnclosedParam getUncloseParam(Long intakeId); | 
 |  |  | } |