From 76e99e160320c9d612feb0861fc9e2b0075172e9 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期五, 25 十月 2024 19:32:29 +0800 Subject: [PATCH] 删除PackingNode多余逻辑 --- Tiger.Business.MES/WorkAction/IPQC.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Tiger.Business.MES/WorkAction/IPQC.cs b/Tiger.Business.MES/WorkAction/IPQC.cs index f2f42b2..8e423ab 100644 --- a/Tiger.Business.MES/WorkAction/IPQC.cs +++ b/Tiger.Business.MES/WorkAction/IPQC.cs @@ -161,6 +161,7 @@ ACT_VALUE_4 = "", ACT_VALUE_5 = "", ACT_RESULT = "Y", + ELAPSED_TIME = CurStep.GetElapsedTime().TotalMilliseconds.ToInt64(), TRACE_INFO = $"鎵ц鎴愬姛", }; wipActs.Add(wipAct); -- Gitblit v1.9.3