This commit is contained in:
shuo.wang
2025-05-12 19:06:08 +08:00
parent 3564fb1bfb
commit df2f7e1e07
2 changed files with 12 additions and 10 deletions

View File

@@ -98,6 +98,7 @@
<if test="item.receivingMsBankAccount !=null and item.receivingMsBankAccount != ''">
receiving_ms_bank_account = #{item.receivingMsBankAccount},
</if>
order_update_time = now()
</set>
where shop_id = #{item.shopId}
</foreach>