From 1ca00540a3f89b3496c7048eef5e497bb426ea9c Mon Sep 17 00:00:00 2001 From: fly-l <1420031550@qq.com> Date: Wed, 12 Oct 2022 19:17:42 +0800 Subject: [PATCH] =?UTF-8?q?2022-10-12=20=E7=84=8A=E6=8E=A5=E4=B8=89?= =?UTF-8?q?=E7=BB=B4=E8=A1=A5=E5=85=85=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/BLL/ProjectData/Project_SysSetService.cs | 2 +- SGGL/FineUIPro.Web/HJGL/InfoQuery/PipelineQuery.aspx.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SGGL/BLL/ProjectData/Project_SysSetService.cs b/SGGL/BLL/ProjectData/Project_SysSetService.cs index 0775f1e2..27ca714a 100644 --- a/SGGL/BLL/ProjectData/Project_SysSetService.cs +++ b/SGGL/BLL/ProjectData/Project_SysSetService.cs @@ -39,7 +39,7 @@ namespace BLL Model.Project_Sys_Set Model_JointCompleteColor = BLL.Project_SysSetService.GetSysSetBySetName("焊口已完成", projectId); if (Model_JointCompleteColor != null) { - colorModel.JointNOCompleteColor = Model_JointCompleteColor.SetValue; + colorModel.JointCompleteColor = Model_JointCompleteColor.SetValue; } return colorModel; diff --git a/SGGL/FineUIPro.Web/HJGL/InfoQuery/PipelineQuery.aspx.cs b/SGGL/FineUIPro.Web/HJGL/InfoQuery/PipelineQuery.aspx.cs index c3733240..9f5b1476 100644 --- a/SGGL/FineUIPro.Web/HJGL/InfoQuery/PipelineQuery.aspx.cs +++ b/SGGL/FineUIPro.Web/HJGL/InfoQuery/PipelineQuery.aspx.cs @@ -117,6 +117,7 @@ namespace FineUIPro.Web.HJGL.InfoQuery parameter3D.ColorModel = colorModel; parameter3D.TagNum = ""; parameter3D.ButtonType = "0,2"; + parameter3D.ModelName = HJGL_DataImportService.Getlatest3DModelNameByUnitWorkId(tvControlItem.SelectedNodeID); ctlAuditFlow.Url_item = BLL.Project_SysSetService.GetAvevaNetUrl(this.CurrUser.LoginProjectId) + "item/IPE%7CVPD%7C"+HJGL_DataImportService.Getlatest3DModelNameByUnitWorkId(tvControlItem.SelectedNodeID); ctlAuditFlow.data = parameter3D;