소스 검색

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>