java110
2022-05-21 c2614ad5c7d1e27fae68e52cd058af363464cdb4
java110-db/src/main/resources/mapper/fee/FeeConfigServiceDaoImplMapper.xml
@@ -170,6 +170,9 @@
        <if test="feeName !=null and feeName != ''">
            and t.fee_name like '%${feeName}%'
        </if>
        <if test="feeNameEq !=null and feeNameEq != ''">
            and t.fee_name = #{feeNameEq}
        </if>
        <if test="startTime !=null ">
            and t.start_time= #{startTime}
        </if>