java110-db/src/main/resources/mapper/fee/FeeConfigServiceDaoImplMapper.xml
@@ -177,6 +177,9 @@ <if test="secondaryFeeTypeCd !=null and secondaryFeeTypeCd != ''"> and t.secondary_fee_type_cd= #{secondaryFeeTypeCd} </if> <if test="secondaryFeeTypeCdName !=null and secondaryFeeTypeCdName != ''"> and s.secondary_fee_type_cd_name = #{secondaryFeeTypeCdName} </if> <if test="computingFormula !=null and computingFormula != ''"> and t.computing_formula= #{computingFormula} </if>