2022-11-03 焊接修改,二次焊口设计增加新增焊口类型
This commit is contained in:
@@ -95,7 +95,8 @@ namespace BLL
|
||||
PreTemperature = weldJoint.PreTemperature,
|
||||
Remark = weldJoint.Remark,
|
||||
IsTwoJoint = weldJoint.IsTwoJoint,
|
||||
SubmitMan = weldJoint.SubmitMan
|
||||
SubmitMan = weldJoint.SubmitMan,
|
||||
TwoJointType=weldJoint.TwoJointType
|
||||
};
|
||||
|
||||
db.HJGL_WeldJoint.InsertOnSubmit(newWeldJoint);
|
||||
@@ -146,6 +147,8 @@ namespace BLL
|
||||
newWeldJoint.Remark = weldJoint.Remark;
|
||||
newWeldJoint.AttachUrl = weldJoint.AttachUrl;
|
||||
newWeldJoint.SubmitMan = weldJoint.SubmitMan;
|
||||
newWeldJoint.TwoJointType = weldJoint.TwoJointType;
|
||||
|
||||
db.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user