liurunyu
2025-06-18 61ab3cc7c2fc0b5e8b9fa78f47e427761e1ad61e
pipIrr-platform/pipIrr-global/src/main/resources/mapper/IrIntakeOperateMapper.xml
@@ -156,6 +156,13 @@
    where command_id = #{commandId}
  </update>
  <!--根据主键修改命令ID-->
  <update id="updateCommandId">
    update ir_intake_operate
    set command_id = #{commandId}
    where id = #{id}
  </update>
  <!--根据计划ID获取待终止的取水口ID(已发布开发命令,无论是否成功)-->
  <select id="getToTerminateIntakeIds" resultType="java.lang.Long">
    SELECT