From 8372214fbc4db844645b846b286c441c1822af3d Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周六, 10 5月 2025 15:08:07 +0800
Subject: [PATCH] 第一版提交

---
 PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/MesAppService.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/MesAppService.cs b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/MesAppService.cs
index 5c02bf7..a051028 100644
--- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/MesAppService.cs
+++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/MesAppService.cs
@@ -11,14 +11,14 @@
 
 namespace CMS.Plugin.PipeLineLems.Application.Implements;
 
-public class MesAppService : CMSPluginAppService, IMesAppService
+public class SharedService : CMSPluginAppService
 {
     private readonly IServiceProvider _serviceProvider;
     private readonly IWorkPlanAppService _workPlanAppService;
 
     //private readonly IEventBus _eventBus;
 
-    public MesAppService(IServiceProvider serviceProvider
+    public SharedService(IServiceProvider serviceProvider
         , IWorkPlanAppService workPlanAppService
         //, IEventBus eventBus
         )
@@ -141,7 +141,7 @@
         foreach (var item in input)
         {
             var insertObj = ObjectMapper.Map<WorkPlanInput, WorkPlanCreateDto>(item);
-            insertObj.OrgMaterialCode = "1111";
+            //insertObj.OrgMaterialCode = "1111";
             insertObj.Sort = 1;
             await _workPlanAppService.CreateAsync(insertObj);
         }

--
Gitblit v1.9.3