|
|
|
@ -272,7 +272,7 @@ public class ToolScrapPdaServiceImpl implements ToolScrapPdaService { |
|
|
|
detailEntity.setItemNo("1"); |
|
|
|
detailEntity.setToolInstanceId(toolInstanceId); |
|
|
|
detailEntity.setTransQty(1); |
|
|
|
detailEntity.setBatchNo(detail.getToolID() != null ? detail.getToolID() : ""); |
|
|
|
detailEntity.setBatchNo(""); |
|
|
|
String warehouseId = toolDetailMapper.getWarehouseIdByLocation(site, detail.getLocationID()); |
|
|
|
detailEntity.setWareHouseId(warehouseId != null ? warehouseId : ""); |
|
|
|
detailEntity.setLocationId(detail.getLocationID() != null ? detail.getLocationID() : ""); |
|
|
|
|