From 65950aebce26bc1b2263f32863715a6c289e527e Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 04 9月 2024 13:21:12 +0800 Subject: [PATCH] 增加每句 PieceLogType --- DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Utils/MonitorHelper.cs | 5 ++++- 1 files changed, 4 insertions(+), 1 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 8c7be60..cbd170b 100644 --- a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Utils/MonitorHelper.cs +++ b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Utils/MonitorHelper.cs @@ -1,4 +1,5 @@ 锘� +using iWare.Wms.Core; using iWare_SCADA_Model; using log4net; using Newtonsoft.Json; @@ -82,7 +83,9 @@ CreatedTime = DateTime.Now, CreatedUserName = _dataCaptureConfig.DataCapturePointCode, MyRemarks = "璇荤爜鍊煎紓甯�", - Remarks = "璇荤爜鍊煎紓甯�" + Remarks = "璇荤爜鍊煎紓甯�", + PieceLogType = (int)PieceLogTypeEnum.璇荤爜鍊煎紓甯�, + PieceLogTypeName = PieceLogTypeEnum.璇荤爜鍊煎紓甯�.ToString() }; using (DbModel db = new DbModel()) { -- Gitblit v1.9.3