chengf
2025-07-08 ca889473b1ba981485a416d820322db87c06d1fe
java110-db/src/main/resources/mapper/fee/ReturnPayFeeV1ServiceDaoImplMapper.xml
@@ -108,6 +108,9 @@
        <if test="feeTypeCd !=null and feeTypeCd != ''">
            , t.fee_type_cd= #{feeTypeCd}
        </if>
        <if test="secondaryFeeTypeCd !=null and secondaryFeeTypeCd != ''">
            , t.secondary_fee_type_cd= #{secondaryFeeTypeCd}
        </if>
        <if test="payTime !=null and payTime != ''">
            , t.pay_time= #{payTime}
        </if>