焊口信息台账导出增加列
This commit is contained in:
parent
973762307b
commit
d717b110a7
|
|
@ -520,6 +520,8 @@ namespace FineUIPro.Web.HJGL.InfoQuery
|
|||
硬度检测结果 = x.HardResult,
|
||||
委托单编号 = x.TrustBatchCode,
|
||||
检测单编号 = x.NDECode,
|
||||
探伤类型=x.DetectionTypeCode,
|
||||
探伤比例=x.DetectionRateCode
|
||||
|
||||
}).ToList();
|
||||
MiniExcel.SaveAs(path, q);
|
||||
|
|
|
|||
Loading…
Reference in New Issue