From ec991a5bf47647cc496e047258e253d0690365a9 Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期一, 20 五月 2024 11:18:57 +0800 Subject: [PATCH] 修改增加或修改时计算折件数量,增加JC23、JC24数据库,降库存信息代码增加到JC23。 --- Wms/Wms/Startup.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Wms/Wms/Startup.cs b/Wms/Wms/Startup.cs index dbf35ec..0abb15e 100644 --- a/Wms/Wms/Startup.cs +++ b/Wms/Wms/Startup.cs @@ -28,6 +28,9 @@ // This method gets called by the runtime. Use this method to add services to the container. public void ConfigureServices(IServiceCollection services) { + //调用定时任务 + services.AddHostedService<DailyTaskService>(); + services.AddControllers() .AddJsonOptions(options => { -- Gitblit v1.8.0