|
@@ -836,6 +836,9 @@ public class StackingAndLoadingVehiclesServiceImpl extends ServiceImpl<StackingA
|
|
|
rollHeightDetails.setBilletNo(x.getBilletNos());
|
|
|
rollHeightDetails.setShiftGroup(x.getShiftGroup());
|
|
|
rollHeightDetails.setShift(x.getShift());
|
|
|
+ rollHeightDetails.setStackAddr(x.getStackAddr());
|
|
|
+ rollHeightDetails.setStackNum(x.getAddress());
|
|
|
+ rollHeightDetails.setStackStorey(x.getLayer());
|
|
|
rollHeightDetails.setLicensePlate("堆垛辊道");
|
|
|
rollHeightDetails.setStorageBillId(rollHeightStorageBillId);
|
|
|
rollHeightDetails.setId(String.valueOf(IdWorker.getId()));
|
|
@@ -1283,7 +1286,7 @@ public class StackingAndLoadingVehiclesServiceImpl extends ServiceImpl<StackingA
|
|
|
private StorageBill createStorageBill(LoadingParams loadingParams, List<RollClubCommon> rollClubCommonList, List<String> sizeList) {
|
|
|
StorageBill storageBillInfo = new StorageBill();
|
|
|
storageBillInfo.setBtype("0");
|
|
|
- storageBillInfo.setTypeConfigId(loadingParams.getBilletHotsendTypeConfigId());
|
|
|
+ storageBillInfo.setTypeConfigId(loadingParams.getDestinationId());
|
|
|
storageBillInfo.setDestination("高线");
|
|
|
storageBillInfo.setShiftGroup(loadingParams.getBilletHotsend().getShiftGroup());
|
|
|
storageBillInfo.setSteel(loadingParams.getBilletHotsend().getSteel());
|