Commit 38a529b6 by huangfusuper

暂停BUG

parent 72f267d1
...@@ -473,7 +473,7 @@ ...@@ -473,7 +473,7 @@
where run_id = #{runId,jdbcType=VARCHAR} where run_id = #{runId,jdbcType=VARCHAR}
</update> </update>
<update id="startByRunIdAndFlowId" parameterType="string"> <update id="startByRunIdAndFlowId">
update job_task set trigger_status = '1' update job_task set trigger_status = '1'
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