|
@@ -611,6 +611,7 @@ class CommonFunction {
|
|
|
$model_league_result = 'st_zq_league_result';
|
|
$model_league_result = 'st_zq_league_result';
|
|
|
$model_local_league = 'st_zq_local_league';
|
|
$model_local_league = 'st_zq_local_league';
|
|
|
$model_local_match = 'st_zq_local_match';
|
|
$model_local_match = 'st_zq_local_match';
|
|
|
|
|
+ $model_result_express = 'st_zq_result_express';
|
|
|
|
|
|
|
|
break;
|
|
break;
|
|
|
case 'lq':
|
|
case 'lq':
|
|
@@ -623,6 +624,7 @@ class CommonFunction {
|
|
|
$model_league_result = 'st_lq_league_result';
|
|
$model_league_result = 'st_lq_league_result';
|
|
|
$model_local_league = 'st_lq_local_league';
|
|
$model_local_league = 'st_lq_local_league';
|
|
|
$model_local_match = 'st_lq_local_match';
|
|
$model_local_match = 'st_lq_local_match';
|
|
|
|
|
+ $model_result_express = 'st_lq_result_express';
|
|
|
|
|
|
|
|
break;
|
|
break;
|
|
|
case 'wq':
|
|
case 'wq':
|
|
@@ -635,6 +637,7 @@ class CommonFunction {
|
|
|
$model_league_result = 'st_wq_league_result';
|
|
$model_league_result = 'st_wq_league_result';
|
|
|
$model_local_league = 'st_wq_local_league';
|
|
$model_local_league = 'st_wq_local_league';
|
|
|
$model_local_match = 'st_wq_local_match';
|
|
$model_local_match = 'st_wq_local_match';
|
|
|
|
|
+ $model_result_express = 'st_wq_result_express';
|
|
|
|
|
|
|
|
break;
|
|
break;
|
|
|
case 'bq':
|
|
case 'bq':
|
|
@@ -647,6 +650,7 @@ class CommonFunction {
|
|
|
$model_league_result = 'st_bq_league_result';
|
|
$model_league_result = 'st_bq_league_result';
|
|
|
$model_local_league = 'st_bq_local_league';
|
|
$model_local_league = 'st_bq_local_league';
|
|
|
$model_local_match = 'st_bq_local_match';
|
|
$model_local_match = 'st_bq_local_match';
|
|
|
|
|
+ $model_result_express = 'st_bq_result_express';
|
|
|
|
|
|
|
|
break;
|
|
break;
|
|
|
case 'gj':
|
|
case 'gj':
|
|
@@ -706,6 +710,7 @@ class CommonFunction {
|
|
|
'model_league_result'=>$model_league_result,//联赛结果
|
|
'model_league_result'=>$model_league_result,//联赛结果
|
|
|
'model_local_league'=>$model_local_league,//本地关联联赛
|
|
'model_local_league'=>$model_local_league,//本地关联联赛
|
|
|
'model_local_match'=>$model_local_match,//本地关联赛事
|
|
'model_local_match'=>$model_local_match,//本地关联赛事
|
|
|
|
|
+ 'model_result_express' =>$model_result_express,//赛果
|
|
|
];
|
|
];
|
|
|
return $data;
|
|
return $data;
|
|
|
}
|
|
}
|