合并代码找回
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user