소스 검색

立刷无押金机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)
             {