liurunyu
2025-06-07 b0ef25abf150d88b2a4888e4bf0d2ae858ad3751
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