0110
This commit is contained in:
@@ -187,7 +187,7 @@ class Clues extends HD_Controller
|
||||
$biz_id_arr && $biz_rows = $this->biz_model->map('id', 'id,biz_name,county_id', ["id in ({$str_ids})" => null], '', '', '', 'id,biz_name,county_id');
|
||||
|
||||
//门店位置
|
||||
$county_id_bizarr = array_filter(array_unique(array_column($biz_rows, 'county_id')));
|
||||
$biz_rows && $county_id_bizarr = array_filter(array_unique(array_column($biz_rows, 'county_id')));
|
||||
if ($county_id_bizarr) {
|
||||
$str_ids = implode(',', $county_id_bizarr);
|
||||
$map_area_biz = $this->area_model->map('county_id', '', ["county_id in ({$str_ids})" => null], '', 0, $size, 'county_id,province_name,city_name,county_name');
|
||||
|
||||
Reference in New Issue
Block a user