From d717b110a7accb21ff9e61cbfefcbe610ad7e96e Mon Sep 17 00:00:00 2001 From: fei550 <1420031550@qq.com> Date: Thu, 17 Oct 2024 00:10:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=84=8A=E5=8F=A3=E4=BF=A1=E6=81=AF=E5=8F=B0?= =?UTF-8?q?=E8=B4=A6=E5=AF=BC=E5=87=BA=E5=A2=9E=E5=8A=A0=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/HJGL/InfoQuery/JointQuery.aspx.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SGGL/FineUIPro.Web/HJGL/InfoQuery/JointQuery.aspx.cs b/SGGL/FineUIPro.Web/HJGL/InfoQuery/JointQuery.aspx.cs index 9e0a48bd..6c1e79d4 100644 --- a/SGGL/FineUIPro.Web/HJGL/InfoQuery/JointQuery.aspx.cs +++ b/SGGL/FineUIPro.Web/HJGL/InfoQuery/JointQuery.aspx.cs @@ -520,6 +520,8 @@ namespace FineUIPro.Web.HJGL.InfoQuery 硬度检测结果 = x.HardResult, 委托单编号 = x.TrustBatchCode, 检测单编号 = x.NDECode, + 探伤类型=x.DetectionTypeCode, + 探伤比例=x.DetectionRateCode }).ToList(); MiniExcel.SaveAs(path, q);