Commit 759f9179 by liuyang

2024-08-16 维修审批优化

parent 6b6ef52c
...@@ -255,6 +255,17 @@ ...@@ -255,6 +255,17 @@
ID = #id# ID = #id#
</delete> </delete>
<delete id="deleteFlag">
UPDATE ${hpjxSchema}.T_HPSB005
SET
UPDATED_BY = #updatedBy#, <!-- 更新人 -->
UPDATED_NAME = #updatedName#, <!-- 更新人名称 -->
UPDATED_TIME = #updatedTime#, <!-- 更新时间 -->
DELETE_FLAG = #deleteFlag#
WHERE
ID = #id#
</delete>
<update id="update"> <update id="update">
UPDATE ${hpjxSchema}.T_HPSB005 UPDATE ${hpjxSchema}.T_HPSB005
SET SET
......
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