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')
->get(['company_area']);
->get(['company_city']);
$country = [];
foreach ($countryArea as $item) {
$country[] = [

Loading…
Cancel
Save