ソースを参照

立刷无押金机50元返现延后5分钟执行

lichunlei 2 年 前
コミット
4fcf0eb0e9
1 ファイル変更1 行追加1 行削除
  1. 1 1
      AppStart/Helper/StatService.cs

+ 1 - 1
AppStart/Helper/StatService.cs

@@ -316,7 +316,7 @@ namespace MySystem
         {
             WebCMSEntities db = new WebCMSEntities();
             DateTime yesterday = DateTime.Now.AddDays(-1);
-            DateTime today = DateTime.Now;
+            DateTime today = DateTime.Now.AddMinutes(-5);
             IQueryable<PosMachinesTwo> posList = db.PosMachinesTwo.Where(m => m.ActivationState == 1 && string.IsNullOrEmpty(m.SeoKeyword));
             if (posid > 0)
             {