|
@@ -316,7 +316,7 @@ class OrderService extends BaseService
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
$specialList = [10649, 8042, 16454, 21319];
|
|
$specialList = [10649, 8042, 16454, 21319];
|
|
|
} else {
|
|
} else {
|
|
|
- $specialList = [];
|
|
|
|
|
|
|
+ $specialList = [36523];
|
|
|
}
|
|
}
|
|
|
if (!in_array($ghsShopId, $specialList)) {
|
|
if (!in_array($ghsShopId, $specialList)) {
|
|
|
$customShop = ShopClass::getById($customShopId, true);
|
|
$customShop = ShopClass::getById($customShopId, true);
|