|
|
|
@ -149,7 +149,7 @@ class OtherController extends CommonController
|
|
|
|
|
|
|
|
|
|
|
|
// 全国数据
|
|
|
|
// 全国数据
|
|
|
|
$countryArea = Company::groupBy('company_city')->whereNotNull('company_city')
|
|
|
|
$countryArea = Company::groupBy('company_city')->whereNotNull('company_city')
|
|
|
|
->get(['company_area']);
|
|
|
|
->get(['company_city']);
|
|
|
|
$country = [];
|
|
|
|
$country = [];
|
|
|
|
foreach ($countryArea as $item) {
|
|
|
|
foreach ($countryArea as $item) {
|
|
|
|
$country[] = [
|
|
|
|
$country[] = [
|
|
|
|
|