自动化立体仓库 - WMS系统
#
whycq
2024-06-12 93674068e900b95726ef1ab9fd4dd61b50a1cb2f
src/main/java/com/zy/common/service/AgvCommonService.java
@@ -253,7 +253,11 @@
            if (isEmpty) {
                wrapper.eq("floor", floor).eq("lev1",1);
            } else {
                wrapper.eq("floor", floor).orderBy("lev1",!orderBy);
                if (isCurrLev) {
                    wrapper.eq("floor", floor).eq("lev1",1);
                } else {
                    wrapper.eq("floor", floor).orderBy("lev1",!orderBy);
                }
            }