java110 il y a 5 ans
Parent
commit
4df9a76d71

+ 1 - 1
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>