From 74548f9b73f85f0a64b549e60f799680e6005e62 Mon Sep 17 00:00:00 2001 From: PhilPan Date: Tue, 6 Jun 2023 17:16:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=90=AF=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apihost/Tnb.API.Entry/Startup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apihost/Tnb.API.Entry/Startup.cs b/apihost/Tnb.API.Entry/Startup.cs index f8da43b2..ea1f916f 100644 --- a/apihost/Tnb.API.Entry/Startup.cs +++ b/apihost/Tnb.API.Entry/Startup.cs @@ -109,6 +109,6 @@ public class Startup : AppStartup SnowflakeIdHelper.InitYitIdWorker(); - //serviceProvider.GetRequiredService().StartTimerJob(); + serviceProvider.GetRequiredService().StartTimerJob(); } } \ No newline at end of file