|
...
|
...
|
@@ -295,7 +295,7 @@ class WebTrafficSpecial extends Command |
|
|
|
->where('gl_project.is_upgrade', 0) //非升级项目
|
|
|
|
->where('gl_project.main_lang_id', '<>', $ru_lang_id) //非俄语站
|
|
|
|
->whereIn('gl_project.id', array_keys($projects))
|
|
|
|
->select(['pdo.project_id','gl_project.main_lang_id','gl_project.id'])->forPage($page, 500)->get();
|
|
|
|
->select(['pdo.project_id','gl_project.main_lang_id','gl_project.id'])->forPage($page, 500)->orderBy('project_id')->get();
|
|
|
|
//其他地方在引流的域名
|
|
|
|
// $other = DB::connection('projects_mysql')->table('projects')->where('switch', 1)->pluck('domain')->toArray();
|
|
|
|
$other = [];
|
...
|
...
|
|