master
cody 3 weeks ago
parent fe904c284d
commit 7d4a73a0c4

@ -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[] = [

Loading…
Cancel
Save