|
@@ -42,6 +42,8 @@
|
|
<if test="payMerchantId != 0">payMerchantId = #{payMerchantId},</if>
|
|
<if test="payMerchantId != 0">payMerchantId = #{payMerchantId},</if>
|
|
<if test="payClientId != 0">payClientId = #{payClientId},</if>
|
|
<if test="payClientId != 0">payClientId = #{payClientId},</if>
|
|
<if test="tenantType != null">tenantType = #{tenantType},</if>
|
|
<if test="tenantType != null">tenantType = #{tenantType},</if>
|
|
|
|
+ <if test="amount != null">amount = #{amount},</if>
|
|
|
|
+ <if test="data != null">data = #{data},</if>
|
|
<if test="status != null">status = #{status},</if>
|
|
<if test="status != null">status = #{status},</if>
|
|
<if test="type != null">type = #{type},</if>
|
|
<if test="type != null">type = #{type},</if>
|
|
</trim>
|
|
</trim>
|