ccjgmwz 3 years ago
parent
commit
e2b36c551a

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

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