From 0e42f871905f207658d822fcbe29aeb57b2156af Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 21 5月 2025 16:18:01 +0800 Subject: [PATCH] 修复查询bug --- PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMSPluginEntry.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMSPluginEntry.cs b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMSPluginEntry.cs index f9efcec..4af0a1d 100644 --- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMSPluginEntry.cs +++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMSPluginEntry.cs @@ -50,6 +50,7 @@ context.Services.AddSingleton<IProjectService, PipeLineLemsProjectService>(); context.Services.AddScoped<IMesAppService, MesAppService>(); context.Services.AddScoped<IWorkPlanAppService, WorkPlanAppService>(); + context.Services.AddScoped<IWorkTaskAppService, WorkTaskAppService>(); //context.Services.AddScoped<ILMesOperateAppService, LMesOperateAppService>(); //context.Services.AddScoped<IWmsTaskRepository, EfCoreWmsTaskRepository>(); //context.Services.AddScoped<IWmsMaterialRepository, EfCoreWmsMaterialRepository>(); -- Gitblit v1.9.3