Browse Source

不要自动确认

shish 2 years ago
parent
commit
bda970635f

+ 2 - 2
app-hd/controllers/NoticeController.php

@@ -127,7 +127,7 @@ class NoticeController extends PublicController
                     if (isset($cg->book) && $cg->book == 0) {
                         $ghsShopId = $order->shopId ?? 0;
                         if (getenv('YII_ENV') == 'production') {
-                            $specialList = [3, 10649, 8042];
+                            $specialList = [3, 10649, 8042,16454];
                         } else {
                             $specialList = [36523];
                         }
@@ -309,7 +309,7 @@ class NoticeController extends PublicController
                     if (isset($cg->book) && $cg->book == 0) {
                         $ghsShopId = $order->shopId ?? 0;
                         if (getenv('YII_ENV') == 'production') {
-                            $specialList = [3, 10649, 8042];
+                            $specialList = [3, 10649, 8042, 16454];
                         } else {
                             $specialList = [36523];
                         }

+ 1 - 1
app-hd/controllers/PurchaseController.php

@@ -519,7 +519,7 @@ class PurchaseController extends BaseController
                 if (isset($cg->book) && $cg->book == 0) {
                     $ghsShopId = $ghs['shopId'] ?? 0;
                     if (getenv('YII_ENV') == 'production') {
-                        $specialList = [3, 10649, 8042];
+                        $specialList = [3, 10649, 8042,16454];
                     } else {
                         $specialList = [36523];
                     }

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

@@ -261,7 +261,7 @@ class OrderService extends BaseService
             if (isset($returnOrder->book) && $returnOrder->book == 0) {
                 $ghsShopId = $ghs['shopId'] ?? 0;
                 if (getenv('YII_ENV') == 'production') {
-                    $specialList = [3, 10649, 8042];
+                    $specialList = [3, 10649, 8042,16454];
                 } else {
                     $specialList = [36523];
                 }