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