This commit is contained in:
夏菊 2025-12-05 17:01:01 +08:00
parent f0df1b6338
commit d50bff015b
1 changed files with 2 additions and 1 deletions

View File

@ -118,6 +118,7 @@ namespace FineUIPro.Web.HSSE.SitePerson
}
catch (Exception ex)
{
ErrLogInfo.WriteLog(ex.ToString());
ShowNotify("'" + ex.Message + "'", MessageBoxIcon.Warning);
}
}