|
|
@@ -37,7 +37,7 @@ class ShopClass extends BaseClass
|
|
|
$address = $shop->address ?? '';
|
|
|
$hasMap = dict::getDict('hasMap');
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
- $openIntraCityMainList = [50, 58668];
|
|
|
+ $openIntraCityMainList = [50, 58668, 24162];
|
|
|
} else {
|
|
|
$openIntraCityMainList = [644];
|
|
|
}
|