From 93492e7b028c06b4c3c5a37066a76ce9c08cf430 Mon Sep 17 00:00:00 2001 From: fly-l <1420031550@qq.com> Date: Sat, 29 Oct 2022 10:59:32 +0800 Subject: [PATCH] =?UTF-8?q?20221029=20=E7=84=8A=E6=8E=A5=E4=B8=89=E7=BB=B4?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/HJGL/WeldingManage/WeldMatMatch.aspx.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SGGL/FineUIPro.Web/HJGL/WeldingManage/WeldMatMatch.aspx.cs b/SGGL/FineUIPro.Web/HJGL/WeldingManage/WeldMatMatch.aspx.cs index fc96a883..fc95b149 100644 --- a/SGGL/FineUIPro.Web/HJGL/WeldingManage/WeldMatMatch.aspx.cs +++ b/SGGL/FineUIPro.Web/HJGL/WeldingManage/WeldMatMatch.aspx.cs @@ -278,6 +278,8 @@ namespace FineUIPro.Web.HJGL.WeldingManage } parameter3D.Line_No = Line_No; parameter3D.ModelName = HJGL_DataImportService.Getlatest3DModelNameByUnitWorkId(model.UnitWorkId); + var pipecode = "/" + model.PipelineCode; + parameter3D.TagNum = pipecode; }