|
@@ -33,7 +33,6 @@ public class PutInStorageServiceImpl implements PutInStorageService {
|
|
|
private final PutInStorageProductMapper putInStorageProductMapper;
|
|
|
private final NewStorageMapstruct newStorageMapstruct;
|
|
|
|
|
|
-
|
|
|
/**
|
|
|
* 查询入库订单分页列表
|
|
|
* @param storageBo
|
|
@@ -60,7 +59,6 @@ public class PutInStorageServiceImpl implements PutInStorageService {
|
|
|
Storage storage = newStorageMapstruct.toStorage(putInStorageBo, generator.generateOrderNumber("YKS"));
|
|
|
// 入库
|
|
|
putInStorageMapper.insert(storage);
|
|
|
- System.out.println(storage);
|
|
|
// 详情表注入
|
|
|
for (StorageListBo storageListBo : putInStorageBo.getStorageList()){
|
|
|
// 关联表注入
|