From b2ab77f93465d960bd59c349efc5fc69dd4a659a Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 11 9月 2024 15:31:18 +0800
Subject: [PATCH] 删除其他电脑的数据

---
 DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Utils/MonitorHelper.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Utils/MonitorHelper.cs b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Utils/MonitorHelper.cs
index 5db4e79..3c66585 100644
--- a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Utils/MonitorHelper.cs
+++ b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Utils/MonitorHelper.cs
@@ -85,6 +85,7 @@
                         WorkingProcedure = _dataCaptureConfig.WorkingProcedure,
                         CreatedTime = DateTime.Now,
                         CreatedUserName = _dataCaptureConfig.DataCapturePointCode,
+                        DataCapturePointCname = _dataCaptureConfig.DataCapturePointCname,
                         MyRemarks = "",
                         Remarks = pieceLogTypeEnum.ToString(),
                         PieceLogType = (int)pieceLogTypeEnum,

--
Gitblit v1.9.3