Browse Source

调整今日赛事查询

彭俊 6 years ago
parent
commit
3711d242de
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Biz/Common/CommonFunction.php

+ 2 - 2
Biz/Common/CommonFunction.php

@@ -718,7 +718,7 @@ class CommonFunction {
                     break;
                 case 'StToday'://今日 今日未开始未结束
                     $where = [
-                        ['is_today', '=', 1],
+//                        ['is_today', '=', 1],
 
 //                    ['type', '=', '1'],
 //                    ['status', '<', '2'],
@@ -782,7 +782,7 @@ class CommonFunction {
                     break;
                 case 'StToday'://今日 今日未开始未结束
                     $where = [
-                        [$model_match.'.is_today','=',1],
+//                        [$model_match.'.is_today','=',1],
 //                    [$model_match.'.type', '=', '1'],
 //                    [$model_match.'.status', '<', '2'],
                         [$model_match.'.match_date','=',date("Y-m-d")],