shish 1 år sedan
förälder
incheckning
bbed22048d
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. 2 2
      biz-ghs/order/classes/OrderClass.php
  2. 2 2
      biz-ghs/order/services/OrderService.php

+ 2 - 2
biz-ghs/order/classes/OrderClass.php

@@ -379,9 +379,9 @@ class OrderClass extends BaseClass
             util::fail('没有找到客户的门店');
         }
         if (isset($customShop->pfShopId) && !empty($customShop->pfShopId)) {
-            //如果客户是勇记花卉 森润 国恋 珊瑚 中华还是要直接完成,请搜索关键词has_pf_direct_finish
+            //如果客户是勇记花卉 森润 国恋 珊瑚 中华 寻花季 还是要直接完成,请搜索关键词 has_pf_direct_finish
             if (getenv('YII_ENV') == 'production') {
-                $particularIds = [7779, 7832, 10610, 7779, 16780, 716];
+                $particularIds = [7779, 7832, 10610, 7779, 16780, 716, 8394];
             } else {
                 $particularIds = [36750];
             }

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

@@ -324,9 +324,9 @@ class OrderService extends BaseService
                 }
                 if (!in_array($ghsShopId, $specialList)) {
                     $customShop = ShopClass::getById($customShopId, true);
-                    //如果客户是勇记花卉 森润 国恋 珊瑚 中华还是要直接完成,请搜索关键词has_pf_direct_finish
+                    //如果客户是勇记花卉 森润 国恋 珊瑚 中华 寻花季 还是要直接完成,请搜索关键词 has_pf_direct_finish
                     if (getenv('YII_ENV') == 'production') {
-                        $particularIds = [7779, 7832, 10610, 7779, 16780, 716];
+                        $particularIds = [7779, 7832, 10610, 7779, 16780, 716, 8394];
                     } else {
                         $particularIds = [36750];
                     }