java110 %!s(int64=5) %!d(string=hai) anos
pai
achega
4df9a76d71

+ 1 - 1
java110-db/src/main/resources/mapper/report/ReportFeeYearCollectionDetailServiceDaoImplMapper.xml

@@ -47,7 +47,7 @@
         <if test="collectionId !=null and collectionId != ''">
         <if test="collectionId !=null and collectionId != ''">
             and t.collection_id= #{collectionId}
             and t.collection_id= #{collectionId}
         </if>
         </if>
-        order by t.create_time desc
+        order by t.collection_year
         <if test="page != -1 and page != null ">
         <if test="page != -1 and page != null ">
             limit #{page}, #{row}
             limit #{page}, #{row}
         </if>
         </if>