diff --git a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/JointIn.aspx.cs b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/JointIn.aspx.cs index 40d3dbb..4841395 100644 --- a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/JointIn.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/JointIn.aspx.cs @@ -811,7 +811,7 @@ namespace FineUIPro.Web.HJGL.DataIn newJointInfo.JOT_JointAttribute = col8; newJointInfo.WME_ID = getWeldMethod.WME_ID; newJointInfo.JOT_Sch = col11; - if (col13 == "安装") + if (col13 == "安装" || col13 == "现场安装") { newJointInfo.WLO_Code = "F"; }