1098226878@qq.com
2022-01-10 093b73aadb022895a02dbbcd64b87613e19b547b
java110-db/src/main/resources/mapper/acct/OnlinePayV1ServiceDaoImplMapper.xml
@@ -79,9 +79,7 @@
        <if test="mchId !=null and mchId != ''">
            , t.mch_id= #{mchId}
        </if>
        <if test="orderId !=null and orderId != ''">
            , t.order_id= #{orderId}
        </if>
        <if test="totalFee !=null and totalFee != ''">
            , t.total_fee= #{totalFee}
        </if>
@@ -107,6 +105,9 @@
        <if test="payId !=null and payId != ''">
            and t.pay_id= #{payId}
        </if>
        <if test="orderId !=null and orderId != ''">
            and t.order_id= #{orderId}
        </if>
    </update>