Explorar o código

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

lichunlei %!s(int64=2) %!d(string=hai) anos
pai
achega
4fcf0eb0e9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
             {