Commit 04506b1e authored by liudong1993's avatar liudong1993

1

parent 6c5bd868
...@@ -51,7 +51,14 @@ namespace Mall.WindowsService.Helper ...@@ -51,7 +51,14 @@ namespace Mall.WindowsService.Helper
if (DateTime.Now.Hour == 1) if (DateTime.Now.Hour == 1)
{ {
LogHelper.Write("UpdateToDayUserStatistics=====Start"); LogHelper.Write("UpdateToDayUserStatistics=====Start");
new Module.UserStatisticsModule().UpdateToDayUserStatistics("", ""); try
{
new Module.UserStatisticsModule().UpdateToDayUserStatistics("", "");
}
catch (Exception ex)
{
LogHelper.Write("UpdateToDayUserStatistics:" + ex.Message);
}
LogHelper.Write("UpdateToDayUserStatistics=====End"); LogHelper.Write("UpdateToDayUserStatistics=====End");
} }
#endregion #endregion
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment