schangxiang@126.com
2024-09-03 a635f1bbbaf5ebacde78f9d1bcb9b34bc2359902
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;