shish пре 2 година
родитељ
комит
53c93944ee
1 измењених фајлова са 7 додато и 1 уклоњено
  1. 7 1
      biz-ghs/order/services/OrderService.php

+ 7 - 1
biz-ghs/order/services/OrderService.php

@@ -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)) {