Преглед на файлове

Merge remote-tracking branch 'origin/master'

ZhouRuiTing преди 5 години
родител
ревизия
2904dda0ff
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      fhKeeper/formulahousekeeper/management-platform/src/main/resources/mapper/ReportMapper.xml

+ 1 - 1
fhKeeper/formulahousekeeper/management-platform/src/main/resources/mapper/ReportMapper.xml

@@ -65,7 +65,7 @@
         FROM report AS a
         JOIN user AS b ON a.creator_id=b.id
         WHERE a.state = #{state} AND b.company_id=#{companyId}
-        ORDER BY a.id DESC
+        ORDER BY a.create_date DESC
     </select>
 
 </mapper>