编码生成redis设置key有效期为当天,次日凌晨失效重新开始计数
This commit is contained in:
2022-11-09 13:58:23 +08:00
parent 1a6c19bf14
commit 85299bb26a
2 changed files with 9 additions and 5 deletions

View File

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