|
|
@@ -318,7 +318,7 @@ class OrderService extends BaseService
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
$specialList = [10649, 8042, 16454, 21319];
|
|
|
} else {
|
|
|
- $specialList = [1];
|
|
|
+ $specialList = [];
|
|
|
}
|
|
|
if (!in_array($ghsShopId, $specialList)) {
|
|
|
$customShop = ShopClass::getById($customShopId, true);
|
|
|
@@ -328,6 +328,7 @@ class OrderService extends BaseService
|
|
|
} else {
|
|
|
$particularIds = [36750];
|
|
|
}
|
|
|
+ noticeUtil::push("{$customShopId} ids:" . json_encode($particularIds), '15280215347');
|
|
|
if ((isset($customShop->pfShopId) && $customShop->pfShopId == 0) || in_array($customShopId, [$particularIds])) {
|
|
|
$returnId = $returnOrder->id;
|
|
|
$order = OrderClass::getById($returnId, true);
|