彭俊 6 жил өмнө
parent
commit
3711d242de

+ 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")],