Compare commits

...

2 Commits

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("氟化工出入同步结束"); ErrLogInfo.WriteLog("氟化工出入同步结束");
} }