dcs 1 year ago
parent
commit
72f6ae42e6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      virgo.api/src/main/resources/mapper/PaymentOrdinaryMapper.xml

+ 2 - 0
virgo.api/src/main/resources/mapper/PaymentOrdinaryMapper.xml

@@ -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>