新购绑定
This commit is contained in:
parent
57c582533e
commit
ea70eca3a4
|
|
@ -86,7 +86,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
<update id="updateStatusById">
|
<update id="updateStatusById">
|
||||||
update tm_task set status = #{updatedStatus} where id = #{id}
|
update tm_task set status = #{updatedStatus} where task_id = #{id}
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
<delete id="deleteTmTaskByTaskId" parameterType="Long">
|
<delete id="deleteTmTaskByTaskId" parameterType="Long">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue