自动化立体仓库 - WMS系统
#
pang.jiabao
2024-09-20 1d863f26732efc4541e9b5a6ea768cffb989e820
src/main/java/com/zy/common/web/WcsController.java
@@ -87,7 +87,7 @@
        // 长度>3500放宽库位
        if (param.getIoType() == 1) {
            sourceStaNo.setLocType2((short) (waitPakins.get(0).getLength() >= 4400 ? 2 : 1));
            sourceStaNo.setLocType2((short) (waitPakins.get(0).getLength() >= 4600 ? 2 : 1));
        }
        LocTypeDto locTypeDto = new LocTypeDto(sourceStaNo);