合并代码找回

This commit is contained in:
Tankaikai
2024-11-18 14:03:45 +08:00
parent a648000c8a
commit 6f5763b831
4 changed files with 16 additions and 2 deletions

View File

@@ -164,6 +164,13 @@
where id = #{id}
</update>
<update id="updateByOrderIdAndStatus">
update tb_activate_out_record
set
status = 'closed'
where order_id = #{orderId}
</update>
<update id="updateRefNum">
update tb_activate_out_record
set ref_num = ref_num + #{refNum}