|
@@ -1196,7 +1196,7 @@ public class StorageBillServiceImpl extends ServiceImpl<StorageBillMapper, Stora
|
|
|
.eq(BilletHotsend::getShiftGroup, billetHotsend.getShiftGroup());
|
|
|
BilletHotsend check = billetHotsendBaseMapper.selectOne(queryWrapper);
|
|
|
if (oConvertUtils.isEmpty(check)){
|
|
|
- result.put("fail", "钢坯热送信息不存在,B端车位发车棒线操作失败!");
|
|
|
+ result.put("fail", "钢坯热送信息不存在,B端临时表同步操作失败!");
|
|
|
return result;
|
|
|
}
|
|
|
if ("roll_club_two".equals(billetHotsendDetailsVo.getBelongTable()) && "0".equals(billetHotsendTypeConfig.getBelongType().toString())){
|