From 0ab6fc53b8804cbe0c5b732e2567538e945193b5 Mon Sep 17 00:00:00 2001 From: fly-l <1420031550@qq.com> Date: Mon, 19 Jun 2023 18:02:04 +0800 Subject: [PATCH] 2023-06-19 --- .../HJGL/PreDesign/PrePipelineQRCodeIn.aspx.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SGGL/FineUIPro.Web/HJGL/PreDesign/PrePipelineQRCodeIn.aspx.cs b/SGGL/FineUIPro.Web/HJGL/PreDesign/PrePipelineQRCodeIn.aspx.cs index 2e091215..5d6167cc 100644 --- a/SGGL/FineUIPro.Web/HJGL/PreDesign/PrePipelineQRCodeIn.aspx.cs +++ b/SGGL/FineUIPro.Web/HJGL/PreDesign/PrePipelineQRCodeIn.aspx.cs @@ -356,11 +356,11 @@ namespace FineUIPro.Web.HJGL.PreDesign { Model.HJGL_Pipeline_ComponentJoint hJGL_Pipeline_ComponentJoint = new Model.HJGL_Pipeline_ComponentJoint(); hJGL_Pipeline_ComponentJoint.Id = SQLHelper.GetNewID(); - ComponetJoint.PipelineComponentCode = item.PipelineComponentCode; - ComponetJoint.PipelineComponentId = item.PipelineComponentId; - ComponetJoint.WeldJointCode = joint.WeldJointCode; - ComponetJoint.WeldJointId=joint.WeldJointId; - HJGL_PipelineComponentjointService.AddHJGL_Pipeline_ComponentJoint(ComponetJoint); + hJGL_Pipeline_ComponentJoint.PipelineComponentCode = item.PipelineComponentCode; + hJGL_Pipeline_ComponentJoint.PipelineComponentId = item.PipelineComponentId; + hJGL_Pipeline_ComponentJoint.WeldJointCode = joint.WeldJointCode; + hJGL_Pipeline_ComponentJoint.WeldJointId=joint.WeldJointId; + HJGL_PipelineComponentjointService.AddHJGL_Pipeline_ComponentJoint(hJGL_Pipeline_ComponentJoint); }