自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-03-28 28670e94bb74ba937fe0ff73334ec68e969beef9
src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java
@@ -273,6 +273,7 @@
        // 获取库位
        LocMast locMast = locMastService.selectById(taskDto.getLocNo());
        // 获取路径
        Integer ioType = taskDto.isAll() ? 101 : 103;
        Wrapper<StaDesc> wrapper = new EntityWrapper<StaDesc>()
                .eq("type_no", ioType)
                .eq("stn_no", staNo.getDevNo())