From d50bff015b5b5e7bce22360bd8a9795bdb42d3a5 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Fri, 5 Dec 2025 17:01:01 +0800 Subject: [PATCH] 1 --- SGGL/FineUIPro.Web/HSSE/SitePerson/PersonIn.aspx.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonIn.aspx.cs b/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonIn.aspx.cs index a2025a3d..1ce1a932 100644 --- a/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonIn.aspx.cs +++ b/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonIn.aspx.cs @@ -117,7 +117,8 @@ namespace FineUIPro.Web.HSSE.SitePerson ImportXlsToData(rootPath + initPath + this.hdFileName.Text); } catch (Exception ex) - { + { + ErrLogInfo.WriteLog(ex.ToString()); ShowNotify("'" + ex.Message + "'", MessageBoxIcon.Warning); } }