2023-02-23 001 焊口二次设计自动录入修改

This commit is contained in:
2023-02-23 16:33:47 +08:00
parent f6c7276a88
commit 5e823e6a3d
2 changed files with 2 additions and 5 deletions
@@ -459,7 +459,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
List<Model.View_HJGL_WPQ> wpqList = BLL.WPQListServiceService.GetMatchWPQ(jot, this.CurrUser.LoginProjectId);
if (wpqList != null)
{
Model.HJGL_WeldJoint newJot = new Model.HJGL_WeldJoint();
Model.HJGL_WeldJoint newJot = WeldJointService.GetWeldJointByWeldJointId(jot.WeldJointId);
Model.WPQ_WPQList wps = BLL.WPQListServiceService.GetWPQById(wpqList.First().WPQId);
newJot.WPQId = wps.WPQId;