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