From dfbe7cb2992df2d4195b12026d1f9e0a7423460e Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 11 9月 2024 18:48:13 +0800 Subject: [PATCH] 增加 JiaJuGongWei --- 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