测试环境取消定时器

This commit is contained in:
18942506660
2024-03-20 09:26:57 +08:00
parent e742654519
commit 9fcb54d1d9

View File

@@ -56,7 +56,8 @@ namespace WMS.Web.Repositories.DependencyInjection
this.AddOther();
this.AddConfigOptions();
this.AddServiceRepositories();
//this.AddQuartzService();
if (!WebHostEnvironment.IsDevelopment())
this.AddQuartzService();
}
/// <summary>
/// 其它功能注入AutoMapper等其它