From 0bbd7218096e254c363d389ce22cf1746bc11df7 Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Fri, 8 Aug 2025 15:39:06 +0800 Subject: [PATCH] 1 --- HJGL_DS/FineUIPro.Web/HJGL/DataIn/JointIn.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }