1
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user