From 009c3a1a3756faee9707e0153a787a0dc066f674 Mon Sep 17 00:00:00 2001 From: fly-l <1420031550@qq.com> Date: Wed, 7 Dec 2022 17:19:30 +0800 Subject: [PATCH] 2022-12-07 --- .../HJGL/WeldingManage/PipelineListPDMSIn.aspx.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/HJGL/WeldingManage/PipelineListPDMSIn.aspx.cs b/SGGL/FineUIPro.Web/HJGL/WeldingManage/PipelineListPDMSIn.aspx.cs index bc5b38d7..45a55fad 100644 --- a/SGGL/FineUIPro.Web/HJGL/WeldingManage/PipelineListPDMSIn.aspx.cs +++ b/SGGL/FineUIPro.Web/HJGL/WeldingManage/PipelineListPDMSIn.aspx.cs @@ -200,7 +200,8 @@ namespace FineUIPro.Web.HJGL.WeldingManage } catch (Exception exc) { - Response.Write(exc); + + ErrLogInfo.WriteLog("焊接基础数据上传失败!", exc); //return null; // return dt; }