自动化立体仓库 - WMS系统
pang.jiabao
2025-09-03 8e8a117bcb53ceb6f86b87a7829c7f5b6ae3d649
src/main/java/com/zy/asrs/service/impl/MatStoreServiceImpl.java
@@ -91,7 +91,7 @@
        // 生成工作档明细
        List<MatCodeCountDto> matDtos = new ArrayList<>();
        param.getList().forEach(elem -> {
            matDtos.add(new MatCodeCountDto(elem.getBillNo(),elem.getSeqNo(),elem.getMatNo(), elem.getCount()));
            matDtos.add(new MatCodeCountDto(elem.getBillNo(),elem.getSeqNo(),elem.getMatNo(), elem.getSupplier(), elem.getCount()));
        });
        for (MatCodeCountDto dto : matDtos) {
            MatCode matCode = matCodeService.selectById(dto.getMatNo());