自动化立体仓库 - WMS系统
pang.jiabao
2025-04-30 abb9b5c51d8a20be68b64e0c4a9620f6578d2e3a
src/main/java/com/zy/asrs/task/handler/LocMoveAllHandler.java
@@ -24,7 +24,7 @@
    private WorkService workService;
    @Autowired
    private LocMastService locMastService;
    private final Integer BAY = 20;//YINGTAN
    private final Integer BAY = 28;//YINGTAN
    @Transactional
@@ -43,7 +43,7 @@
                row2 = row1-1;
            }
            Integer signInt = 0;
            while (Cools.isEmpty(locMastEndNew) && lev1<10 && signInt<100){
            while (Cools.isEmpty(locMastEndNew) && lev1<9 && signInt<100){
                signInt++;
                bay1 = BAY+1-bay1;