|
@@ -153,9 +153,9 @@ public class StorageBillServiceImpl extends ServiceImpl<StorageBillMapper, Stora
|
|
|
LambdaQueryWrapper<BilletHotsendTypeConfig> queryWrapper3 = new LambdaQueryWrapper<>();
|
|
|
queryWrapper3.eq(BilletHotsendTypeConfig::getCastMachine, ccmNo)
|
|
|
.eq(BilletHotsendTypeConfig::getId, shiftConfiguration.getDestination());
|
|
|
- BilletHotsendTypeConfig billetHotsendTypeConfig = billetHotsendTypeConfigService.getOne(queryWrapper3);
|
|
|
- storageBill.setDestination(billetHotsendTypeConfig.getTypeName());
|
|
|
- storageBill.setTypeConfigId(shiftConfiguration.getDestination());
|
|
|
+// BilletHotsendTypeConfig billetHotsendTypeConfig = billetHotsendTypeConfigService.getOne(queryWrapper3);
|
|
|
+// storageBill.setDestination(billetHotsendTypeConfig.getTypeName());
|
|
|
+// storageBill.setTypeConfigId(shiftConfiguration.getDestination());
|
|
|
storageBill.setBrandNum(shiftConfiguration.getSteelGrade());//牌号
|
|
|
storageBill.setNewOldPlatform(shiftConfiguration.getNewOldPlatform());
|
|
|
storageBill.setSize(shiftConfiguration.getSpec());
|