java110 преди 5 години
родител
ревизия
34b9b4d469
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      java110-db/src/main/resources/mapper/report/ReportFeeYearCollectionServiceDaoImplMapper.xml

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

@@ -63,7 +63,7 @@
         <if test="objType !=null and objType != ''">
             and t.obj_type= #{objType}
         </if>
-        order by rd.collectionYear
+        order by rd.relation_year
 
     </select>