Agv电梯流程新增测试日志

This commit is contained in:
yang.lee
2023-11-23 15:51:52 +08:00
parent d92b1fa366
commit 5e92c00df0
2 changed files with 7 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ public class Startup : AppStartup
//定时任务
services.AddHostedService<TimedTaskBackgroundService>();
services.AddHostedService<RedisBackGround>();
//services.AddHostedService<RedisBackGround>();
}