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>