浏览代码

调整今日赛事查询

彭俊 6 年之前
父节点
当前提交
3711d242de
共有 1 个文件被更改,包括 2 次插入2 次删除
  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")],