java110-db/src/main/resources/mapper/fee/FeeServiceDaoImplMapper.xml
@@ -225,12 +225,10 @@
        <if test="deductFrom !=null and deductFrom != ''">
            and pfc.deduct_from = #{deductFrom}
        </if>
        order by t.create_time desc
        <if test="page != -1 and page != null ">
            limit #{page}, #{row}
        </if>
    </select>