This commit is contained in:
lgh
2022-11-10 10:30:15 +08:00
2 changed files with 9 additions and 5 deletions

View File

@@ -1222,7 +1222,7 @@ public class AsynRunTaskService extends BaseService {
currTask.setStoveCode(stoveCode);
currTaskServiceBiz.updateById(currTask);
}else {
logger.info(currTask.getId()+"任务为多步骤任务且第一步为清洗,不生产清洗炉炉号.");
logger.info(currTask.getId()+"任务为多步骤任务且第一步为清洗,不生洗炉炉号.");
}
}
/**