소스 검색

异常列表改为倒序

Reiskuchen 5 년 전
부모
커밋
102b023a86
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      fhKeeper/formulahousekeeper/management-platform/src/main/resources/mapper/TimeCalculationMapper.xml

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

@@ -40,6 +40,7 @@
         <if test="date != null and date != ''">
             AND a.date = #{date}
         </if>
+        ORDER BY a.id DESC
     </select>
 
     <!--分页获取异常记录的总数量-->