From 4c0f8b9123f9627be73fff05c2062cffeee42cb7 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 04 9月 2024 10:41:49 +0800
Subject: [PATCH] AddInterfaceLogForRequestAsync

---
 DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/DataCaptureHandlerV2/DataCaptureHandler_OP0501.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/DataCaptureHandlerV2/DataCaptureHandler_OP0501.cs b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/DataCaptureHandlerV2/DataCaptureHandler_OP0501.cs
index 48c6346..1f0516a 100644
--- a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/DataCaptureHandlerV2/DataCaptureHandler_OP0501.cs
+++ b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/DataCaptureHandlerV2/DataCaptureHandler_OP0501.cs
@@ -266,8 +266,9 @@
                                         //wplog.EquipmentID = WorkingProcedure;
                                         wplog.Remarks = "cs";
                                         wplog.MonitoringPoint = DataCapturePointCode;
+                                        //wplog.CreatedUserName = DataCapturePointCode;
+                                        SystemBussinessHelper.SetWorkPieceLogMiddleForCreatedUserName(ref wplog, DataCapturePointCode, DataCapturePointCname);
                                         wplog.CreatedTime = DateTimeHelper.GetDateTime();
-                                        wplog.CreatedUserName = DataCapturePointCode;
                                         wplog.UpdatedTime = DateTimeHelper.GetDateTime();
                                         wplog.UpdatedUserName = Environment.MachineName + "鑷姩" + Thread.CurrentThread.ManagedThreadId.ToString();
                                         wplog.IsDeleted = false;

--
Gitblit v1.9.3