From 4209c8ff313ce8bac44bc9fe0b2260111a3fb388 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周六, 10 5月 2025 15:22:13 +0800
Subject: [PATCH] 优化接口

---
 PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/MesAppService.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 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..c9f2648 100644
--- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/MesAppService.cs
+++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/MesAppService.cs
@@ -11,7 +11,7 @@
 
 namespace CMS.Plugin.PipeLineLems.Application.Implements;
 
-public class MesAppService : CMSPluginAppService, IMesAppService
+public class MesAppService : CMSPluginAppService
 {
     private readonly IServiceProvider _serviceProvider;
     private readonly IWorkPlanAppService _workPlanAppService;
@@ -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