java110
2021-12-31 62ebf29387f54ff74d72fdb2a350baa37e1f88fe
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>