username@email.com
2021-06-25 59af9c7cbaf7eb16cca00c11426729d012196d88
zhengcaioa/zhengcaioa/Startup.cs
@@ -126,7 +126,7 @@
            services.AddScoped(typeof(IHrJixiaotichengService), typeof(HrJixiaotichengService));
            services.AddScoped(typeof(IHrSalaryService), typeof(HrSalaryService));
            //定时执行
            services.AddHostedService<TimedBackgroundService>();