This commit is contained in:
2025-07-07 18:22:04 +08:00
parent b9817b23df
commit 26f68a6771
11 changed files with 185 additions and 7 deletions
@@ -831,6 +831,10 @@ namespace FineUIPro.Web.HJGL.WeldingManage
BLL.HJGL_PW_JointInfoService.UpdateJointInfoByDReport(newJointInfo);
//更新焊口号 修改固定焊口号后 +G
BLL.HJGL_PW_JointInfoService.UpdateJointNoAddG(newJointInfo.JOT_ID, newJointInfo.JOT_JointAttribute, Const.Add);
if (newJointInfo.IS_Proess == "1" && (newJointInfo.ProessTypes.Contains("4") || newJointInfo.ProessTypes.Contains("5")))
{
BLL.HJGL_HotProessManageEditService.AddHotProessItemByJoint(newJointInfo);
}
}
else
{