java110
2023-03-29 0b04f664887c73e90bf684a4e69c0fdbfe26349d
java110-db/src/main/resources/mapper/fee/ImportFeeServiceDaoImplMapper.xml
@@ -65,6 +65,7 @@
    <select id="queryImportFeesCount" parameterType="Map" resultType="Map">
        select count(1) count
        from import_fee t
        left join t_dict d on t.fee_type_cd = d.status_cd and d.table_name = 'pay_fee_config' and d.table_columns = 'fee_type_cd'
        where 1 =1
        <if test="feeTypeCd !=null and feeTypeCd != ''">
            and t.fee_type_cd= #{feeTypeCd}