优化:支付功能(10550)

This commit is contained in:
2025-07-26 17:22:23 +08:00
parent 078b9697e6
commit 23795c3966
5 changed files with 395 additions and 1 deletions

View File

@@ -322,7 +322,9 @@
<if test="param.selfTakeMerchantName != null">
self_take_merchant_name = #{param.selfTakeMerchantName},
</if>
<if test="param.addressId != null">
address_id = #{param.addressId},
</if>
<if test="param.address != null">
address = #{param.address},
</if>