作者 lyh

gx

... ... @@ -175,8 +175,6 @@ class ComController extends BaseController
arsort($countryArr);
$top20 = array_slice($countryArr, 0, 20, true);
$arr['country'] = json_encode($top20);
var_dump($arr['country']);
die();
}
$arr['date'] = $yesterday;
$rank_info = DB::table('gl_rank_data')->where(['updated_date'=>$yesterday,'lang'=>''])->select(['compliance_day'])->first();
... ...