|
@@ -148,7 +148,8 @@ public class BilletHotsendBaseController extends JeecgController<BilletHotsend,
|
|
return Result.error("未选择目的地,热装操作失败!");
|
|
return Result.error("未选择目的地,热装操作失败!");
|
|
}
|
|
}
|
|
billetHotsendDetailsVo.setStorageBill(storageBill);
|
|
billetHotsendDetailsVo.setStorageBill(storageBill);
|
|
-
|
|
|
|
|
|
+ String shift = hotChargeVo.getShift();
|
|
|
|
+ String shiftGroup = hotChargeVo.getShiftGroup();
|
|
// 根据hotChargeVo中的铸机号、storageBill.getTypeConfigId()查询钢坯配置类型信息
|
|
// 根据hotChargeVo中的铸机号、storageBill.getTypeConfigId()查询钢坯配置类型信息
|
|
BilletHotsendTypeConfig billetHotsendTypeConfig = billetHotsendBaseService.getBilletHotsendTypeConfigByCcmNoAndTypeConfigId(storageBill.getTypeConfigId());
|
|
BilletHotsendTypeConfig billetHotsendTypeConfig = billetHotsendBaseService.getBilletHotsendTypeConfigByCcmNoAndTypeConfigId(storageBill.getTypeConfigId());
|
|
|
|
|
|
@@ -156,12 +157,6 @@ public class BilletHotsendBaseController extends JeecgController<BilletHotsend,
|
|
billetHotsendDetailsVo.setBelongTable(billetHotsendTypeConfig.getBelongTable());
|
|
billetHotsendDetailsVo.setBelongTable(billetHotsendTypeConfig.getBelongTable());
|
|
billetHotsendDetailsVo.setBilletHotsendTypeConfigId(billetHotsendTypeConfig.getId());
|
|
billetHotsendDetailsVo.setBilletHotsendTypeConfigId(billetHotsendTypeConfig.getId());
|
|
|
|
|
|
- String classShiftGroup = String.format("class:shift:group:%s", hotChargeVo.getCcmNo()); // 班组
|
|
|
|
- String classShift = String.format("class:shift:%s", hotChargeVo.getCcmNo()); // 班别
|
|
|
|
- String shift = !oConvertUtils.getString(redisTemplate.opsForValue().get(classShift)).isEmpty() ? oConvertUtils.getString(redisTemplate.opsForValue().get(classShift)) : "";
|
|
|
|
- String shiftGroup = !oConvertUtils.getString(redisTemplate.opsForValue().get(classShiftGroup)).isEmpty() ? oConvertUtils.getString(redisTemplate.opsForValue().get(classShiftGroup)) : "";
|
|
|
|
-
|
|
|
|
-
|
|
|
|
BilletHotsend billetHotsend = new BilletHotsend();
|
|
BilletHotsend billetHotsend = new BilletHotsend();
|
|
billetHotsend.setCcmNo(hotChargeVo.getCcmNo());
|
|
billetHotsend.setCcmNo(hotChargeVo.getCcmNo());
|
|
billetHotsend.setHeatNo(hotChargeVo.getHeatNo());
|
|
billetHotsend.setHeatNo(hotChargeVo.getHeatNo());
|