111
schangxiang@126.com
2024-09-04 4129099cc52eb307f76cda9dfc24c0c634f6cfc7
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())
                        {