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; }