氟化工出入同步错误日志

This commit is contained in:
李超 2025-02-21 17:13:10 +08:00
parent b600761659
commit 2f8251117e
1 changed files with 5 additions and 1 deletions

View File

@ -152,7 +152,11 @@ namespace BLL
}
}
catch (Exception eee) { }
catch (Exception eee)
{
ErrLogInfo.WriteLog("氟化工出入同步出错1" + eee.StackTrace + eee.Message);
}
ErrLogInfo.WriteLog("氟化工出入同步结束");
}