diff --git a/src/WMS.Web.Repositories/DependencyInjection/AppBuilder.cs b/src/WMS.Web.Repositories/DependencyInjection/AppBuilder.cs index b2889efd..966944f9 100644 --- a/src/WMS.Web.Repositories/DependencyInjection/AppBuilder.cs +++ b/src/WMS.Web.Repositories/DependencyInjection/AppBuilder.cs @@ -56,7 +56,7 @@ namespace WMS.Web.Repositories.DependencyInjection this.AddOther(); this.AddConfigOptions(); this.AddServiceRepositories(); - this.AddQuartzService(); + //this.AddQuartzService(); } /// /// 其它功能注入:AutoMapper等其它