自动化立体仓库 - WMS系统
#
lsh
2025-01-12 e67cb04af87e32a19c2b1e0756e6e8c6d0c7d1f8
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;