|
|
@@ -27,11 +27,11 @@ class SportsSoccer extends BaseModel {
|
|
|
|
|
|
$where[] = array('st_zq_league.name_chinese','<>','');
|
|
|
|
|
|
- $source = \App\Models\Setinfo::where('id','1000')->first();
|
|
|
- if($source->infocontent != '混合数据'){
|
|
|
- $where[] = array('st_zq_local_match.source', '=', $source->infocontent);
|
|
|
- $where[] = array('st_zq_local_league.source', '=', $source->infocontent);
|
|
|
- }
|
|
|
+ // $source = \App\Models\Setinfo::where('id','1000')->first();
|
|
|
+ // if($source->infocontent != '混合数据'){
|
|
|
+ // $where[] = array('st_zq_local_match.source', '=', $source->infocontent);
|
|
|
+ // $where[] = array('st_zq_local_league.source', '=', $source->infocontent);
|
|
|
+ // }
|
|
|
if (is_array ($where) && count ($where) > 0) {
|
|
|
$data = $this->join('st_zq_league','st_zq_competition.lg_id','=','st_zq_league.id')
|
|
|
// ->join('st_zq_local_match','st_zq_competition.id','=','st_zq_local_match.match_id')
|