From 9242d0da6005e070b0197a26b12ba24d1361466d Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 04 9月 2024 14:21:35 +0800
Subject: [PATCH] 修复
---
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