自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-11-28 672487e96667c7eef98b8208d64ab9bfcd48a1c1
src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java
@@ -942,7 +942,6 @@
            throw new CoolException("入库通知档不能为空");
        }
        LocTypeDto locTypeDto = new LocTypeDto();
        locTypeDto.setLocType1((short) 1);
        return wcsController.startupFullPutStore(301, list.get(0).getZpallet(), locTypeDto, list);
    }