liurunyu
2 天以前 6630fbaf54a4c36fb4e7bf6bfd5ee62e6f56e4ed
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