shish 2 лет назад
Родитель
Сommit
fa0aea52a1
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      biz-ghs/order/services/OrderService.php

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

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