|
|
@ -357,10 +357,7 @@ public class ExcelServiceImpl implements ExcelService { |
|
|
insert.put("mid", material.getId()); |
|
|
insert.put("mid", material.getId()); |
|
|
|
|
|
|
|
|
// 插入库存记录
|
|
|
// 插入库存记录
|
|
|
Integer integer = materialService.insertInventoryForImport(insert); |
|
|
materialService.insertInventoryForImport(insert); |
|
|
System.out.println("~~~~~~~~"); |
|
|
|
|
|
System.out.println(integer); |
|
|
|
|
|
System.out.println(insert); |
|
|
|
|
|
|
|
|
|
|
|
// 将该物料同时放入默认库位中
|
|
|
// 将该物料同时放入默认库位中
|
|
|
String placeCode = excelInfoByInventory.getDepositoryCode(); |
|
|
String placeCode = excelInfoByInventory.getDepositoryCode(); |
|
|
|