修改名优特产查询

This commit is contained in:
luofei 2024-02-21 10:28:00 +08:00
parent 76ae26ff00
commit 49461d5efd

View File

@ -69,6 +69,7 @@ class StoreSpu extends BaseController
if (isset($where['type_code']) && $where['type_code'] == 'PersonalStore') {
$where['long'] = '';
$where['lat'] = '';
$where['type_id'] = 21;
} else {
[$lat, $lng] = (new CityAreaDao())->getLngAndLat($where['location'], $where['street_id']);
$where['long'] = $lng;