修改名优特产查询
This commit is contained in:
parent
76ae26ff00
commit
49461d5efd
@ -69,6 +69,7 @@ class StoreSpu extends BaseController
|
|||||||
if (isset($where['type_code']) && $where['type_code'] == 'PersonalStore') {
|
if (isset($where['type_code']) && $where['type_code'] == 'PersonalStore') {
|
||||||
$where['long'] = '';
|
$where['long'] = '';
|
||||||
$where['lat'] = '';
|
$where['lat'] = '';
|
||||||
|
$where['type_id'] = 21;
|
||||||
} else {
|
} else {
|
||||||
[$lat, $lng] = (new CityAreaDao())->getLngAndLat($where['location'], $where['street_id']);
|
[$lat, $lng] = (new CityAreaDao())->getLngAndLat($where['location'], $where['street_id']);
|
||||||
$where['long'] = $lng;
|
$where['long'] = $lng;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user