ccjgmwz 3 년 전
부모
커밋
e2b36c551a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/WeighingManagementMapper.xml

+ 1 - 1
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/WeighingManagementMapper.xml

@@ -118,7 +118,7 @@
                 AND a.status_flag='5'
             </if>
         </if>
-        ORDER BY a.update_date DESC
+        ORDER BY a.number DESC
         <if test="currentPage != null and currentPage != ''">
             LIMIT ${startRecord}, ${pageSize}
         </if>