From 727ed59c834554dfea2afc77a883f1545c9165a5 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周一, 12 5月 2025 14:56:10 +0800 Subject: [PATCH] 222 --- PipeLineLems/server/src/CMS.Plugin.PipeLineLems/ProjectService/PipeLineLemsProjectService.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/ProjectService/PipeLineLemsProjectService.cs b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/ProjectService/PipeLineLemsProjectService.cs index 1e3200e..b9c5024 100644 --- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/ProjectService/PipeLineLemsProjectService.cs +++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/ProjectService/PipeLineLemsProjectService.cs @@ -443,7 +443,7 @@ //TODO:鏆傛椂鐢熸垚浜у搧ID //var productID = DateTime.Now.ToString("yyyyMMddHHmmssfff"); - var productID = workPlanList.First().PipeSpecCode; + var productID = callMaterialOrder.DataIdentifier; Dictionary<string, object?> keyValuePairs_productID = new Dictionary<string, object?> { { "鎵撶爜_ProductID", productID}, @@ -698,7 +698,7 @@ //TODO:鏆傛椂鐢熸垚浜у搧ID //var productID = DateTime.Now.ToString("yyyyMMddHHmmssfff"); - var productID = workPlanList.First().PipeSpecCode; + var productID = callMaterialOrder.DataIdentifier; Dictionary<string, object?> keyValuePairs_productID = new Dictionary<string, object?> { { "鍒囧壊_ProductID", productID}, -- Gitblit v1.9.3