|
|
@@ -322,7 +322,13 @@ class OrderService extends BaseService
|
|
|
}
|
|
|
if (!in_array($ghsShopId, $specialList)) {
|
|
|
$customShop = ShopClass::getById($customShopId, true);
|
|
|
- if (isset($customShop->pfShopId) && $customShop->pfShopId == 0) {
|
|
|
+ //勇记花卉 森润 国恋还是要直接完成
|
|
|
+ if (getenv('YII_ENV') == 'production') {
|
|
|
+ $particularIds = [7831, 10609, 7778, 16781];
|
|
|
+ } else {
|
|
|
+ $particularIds = [36751];
|
|
|
+ }
|
|
|
+ if ((isset($customShop->pfShopId) && $customShop->pfShopId == 0) || in_array($ghsShopId, [$particularIds])) {
|
|
|
$returnId = $returnOrder->id;
|
|
|
$order = OrderClass::getById($returnId, true);
|
|
|
if (!empty($order)) {
|