优化:支付功能(10550)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user