This commit is contained in:
高飞 2025-08-08 15:39:06 +08:00
parent 1a6cb3c63e
commit 0bbd721809
1 changed files with 1 additions and 1 deletions

View File

@ -811,7 +811,7 @@ namespace FineUIPro.Web.HJGL.DataIn
newJointInfo.JOT_JointAttribute = col8; newJointInfo.JOT_JointAttribute = col8;
newJointInfo.WME_ID = getWeldMethod.WME_ID; newJointInfo.WME_ID = getWeldMethod.WME_ID;
newJointInfo.JOT_Sch = col11; newJointInfo.JOT_Sch = col11;
if (col13 == "安装") if (col13 == "安装" || col13 == "现场安装")
{ {
newJointInfo.WLO_Code = "F"; newJointInfo.WLO_Code = "F";
} }