From 4129099cc52eb307f76cda9dfc24c0c634f6cfc7 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 04 9月 2024 13:38:55 +0800
Subject: [PATCH] 111

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

diff --git a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Utils/WorkPieceProcessHelper.cs b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Utils/WorkPieceProcessHelper.cs
index fcb2572..c3c49dd 100644
--- a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Utils/WorkPieceProcessHelper.cs
+++ b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Utils/WorkPieceProcessHelper.cs
@@ -7,6 +7,7 @@
 using System.Linq;
 using System.Text;
 using System.Threading.Tasks;
+using System.Web.UI.WebControls;
 
 namespace iWare_SCADA_BusinessLogical.Utils
 {
@@ -53,13 +54,17 @@
 
                 process.Id = Yitter.IdGenerator.YitIdHelper.NextId();
                 process.CreatedUserName = _user;
+                process.DataCapturePointCname = "鎵撶爜瀹屾垚鏍囪";
                 process.CreatedTime = _time;
                 process.UpdatedUserName = _user;
+                process.UpdateDataCapturePointCname = "鎵撶爜瀹屾垚鏍囪";
                 process.UpdatedTime = _time;
                 process.OperationType = OperationType.鐢熶骇.ToString();
 
                 process.Remarks = "";
 
+                process.MyRemarks = "CreateWorkPieceProcessForOP05鏍规嵁OP1002鏃舵坊鍔�";
+
                 return process;
             }
             return null;

--
Gitblit v1.9.3