Browse Source

退款id查询

ZC 2 weeks ago
parent
commit
6569092d28

+ 1 - 0
ruoyi-modules/hh-mast/src/main/resources/mapper/bank/BankRefundMapper.xml

@@ -269,6 +269,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
     <update id="updateBankRefund" parameterType="BankRefund">
         update bank_refund
         <trim prefix="SET" suffixOverrides=",">
+            <if test="refundid != null">refundid = #{refundid}</if>
             <if test="ppid != null">ppid = #{ppid},</if>
             <if test="trnuid != null and trnuid != ''">trnuid = #{trnuid},</if>
             <if test="rqbody != null">rqbody = #{rqbody},</if>