Browse Source

不要确认

shish 2 years ago
parent
commit
6a9e1f2070
1 changed files with 1 additions and 1 deletions
  1. 1 1
      biz-ghs/order/services/OrderService.php

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

@@ -316,7 +316,7 @@ class OrderService extends BaseService
                 if (getenv('YII_ENV') == 'production') {
                     $specialList = [10649, 8042, 16454, 21319];
                 } else {
-                    $specialList = [];
+                    $specialList = [36523];
                 }
                 if (!in_array($ghsShopId, $specialList)) {
                     $customShop = ShopClass::getById($customShopId, true);