Browse Source

入库回库推荐目标库位按照层号排序

k 2 năm trước cách đây
mục cha
commit
f82a0a0858

+ 1 - 1
warewms-base/src/main/resources/mapper/base/BaseLocationInfoMapper.xml

@@ -333,7 +333,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             order by  ${orderByClause}
         </if>
         <if test="orderByClause == null or orderByClause == ''">
-            order by row_no + 0,row_index,shift_no + 0,shift_index,col_no + 0,col_index
+            order by shift_no + 0,shift_index
         </if>
     </select>