From 3b99d55ef95803ca5b601acc202b4b2baa9ec622 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周三, 14 5月 2025 11:21:59 +0800 Subject: [PATCH] 库位管理修改 --- PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/SharedService.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/SharedService.cs b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/SharedService.cs index 5a25ab4..7211e3f 100644 --- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/SharedService.cs +++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/SharedService.cs @@ -212,6 +212,7 @@ CallMaterialStatus = Domain.Shared.Enums.CallMaterialStatusEnum.鏈墽琛�, DataIdentifier = gTask.Key, MaterialMode = gTask.ToList().First().MaterialMode, + CreatorName = userAccount, Quantity = 1 }; @@ -230,6 +231,7 @@ insertObj.WorkPlanStatus = Domain.Shared.Enums.WorkPlanStatusEnum.鏈敓浜�; insertObj.Sort = 1; insertObj.CreatorName = userAccount; + insertObj.Remark = "绯荤粺瀵煎叆"; await workPlanAppService.CreateAsync(insertObj); } -- Gitblit v1.9.3