合同编辑详情开发
This commit is contained in:
@@ -121,4 +121,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
AND status <![CDATA[<>]]> #{status}
|
||||
</update>
|
||||
|
||||
<update id="updateDelFlag">
|
||||
UPDATE gear_production_task
|
||||
SET
|
||||
del_flag = #{delFlag},
|
||||
update_by = #{updateBy},
|
||||
update_time = #{updateTime}
|
||||
WHERE task_id = #{taskId}
|
||||
AND del_flag = '0'
|
||||
</update>
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user