Commit d18a3c78 by huangfusuper

修正jdbctype类型

parent 622729bd
...@@ -451,7 +451,7 @@ ...@@ -451,7 +451,7 @@
<update id="startByRunId" parameterType="string"> <update id="startByRunId" parameterType="string">
update job_task set trigger_status = '1' update job_task set trigger_status = '1'
where run_id = #{runId,jdbcType=INTEGER} where run_id = #{runId,jdbcType=VARCHAR}
</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