|
|
@@ -132,7 +132,7 @@ class OrderService extends BaseService
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
$specialList = [3, 10649, 8042, 16454];
|
|
|
} else {
|
|
|
- $specialList = [36523];
|
|
|
+ $specialList = [];
|
|
|
}
|
|
|
if (!in_array($ghsShopId, $specialList)) {
|
|
|
$cgShopId = $cg->shopId ?? 0;
|