ccjgmwz 3 年之前
父節點
當前提交
90af0322bf

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

@@ -124,7 +124,7 @@
             </if>
         </if>
         GROUP BY a.id
-        ORDER BY a.number DESC
+        ORDER BY RIGHT(a.number,14) DESC
         <if test="currentPage != null and currentPage != ''">
             LIMIT ${startRecord}, ${pageSize}
         </if>