|
...
|
...
|
@@ -143,7 +143,6 @@ class Count extends Command |
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//加上其他询盘
|
|
|
|
ProjectServer::useProject($project_id);
|
|
|
|
$arr['inquiry_num'] += InquiryFormData::getCount();
|
|
...
|
...
|
@@ -155,8 +154,6 @@ class Count extends Command |
|
|
|
$countryArr[$v1['country']] = $v1['count'];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
arsort($countryArr);
|
|
|
|
$top20 = array_slice($countryArr, 0, 20, true);
|
|
|
|
$arr['country'] = json_encode($top20);
|
...
|
...
|
|