소스 검색

Merge branch 'master' of http://47.100.3.209:3000/gdc/yiliangyiyun

gongdecai 3 년 전
부모
커밋
e62b030f44
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

@@ -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>