2022-10-21 焊接二次设计wbs树颜色,和焊口数量统计
This commit is contained in:
@@ -919,7 +919,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
|
||||
weldJoint.WeldTypeId = PipelineList[i].WeldTypeId;
|
||||
weldJoint.DetectionTypeId = PipelineList[i].DetectionTypeId;
|
||||
weldJoint.JointAttribute = PipelineList[i].JointAttribute;
|
||||
|
||||
weldJoint.ProjectId= this.CurrUser.LoginProjectId;
|
||||
var isExistJot = Funs.DB.HJGL_WeldJoint.FirstOrDefault(x => x.PipelineId == pipeLineId && x.WeldJointCode == PipelineList[i].WeldJointCode);
|
||||
if (isExistJot != null) // 更新焊口
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user