Commit e43c5f3b by huangfusuper

暂停异常

parent b54c8079
...@@ -463,7 +463,7 @@ ...@@ -463,7 +463,7 @@
where run_id = #{runId,jdbcType=VARCHAR} where run_id = #{runId,jdbcType=VARCHAR}
</update> </update>
<update id="stopByRunIdAndFlowId" parameterType="string"> <update id="stopByRunIdAndFlowId">
update job_task set trigger_status = '0' update job_task set trigger_status = '0'
where run_id = #{runId,jdbcType=VARCHAR} and flow_id = #{flowId,jdbcType=INTEGER} where run_id = #{runId,jdbcType=VARCHAR} and flow_id = #{flowId,jdbcType=INTEGER}
</update> </update>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment