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

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

@@ -324,7 +324,7 @@ class OrderService extends BaseService
                     $customShop = ShopClass::getById($customShopId, true);
                     //如果客户是勇记花卉 森润 国恋还是要直接完成
                     if (getenv('YII_ENV') == 'production') {
-                        $particularIds = [7831, 10609, 7778, 16781];
+                        $particularIds = [7779, 7832, 10610, 7779, 16780];
                     } else {
                         $particularIds = [36750];
                     }