java110
2021-02-25 4df9a76d71e60ed1342be009703a6c917e68ca51
java110-db/src/main/resources/mapper/report/ReportFeeYearCollectionDetailServiceDaoImplMapper.xml
@@ -47,7 +47,7 @@
        <if test="collectionId !=null and collectionId != ''">
            and t.collection_id= #{collectionId}
        </if>
        order by t.create_time desc
        order by t.collection_year
        <if test="page != -1 and page != null ">
            limit #{page}, #{row}
        </if>