shish 1 жил өмнө
parent
commit
86ef519d4b

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

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

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

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

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

@@ -135,7 +135,7 @@ class OrderService extends BaseService
         if (!empty($cg) && !empty($order)) {
             $ghsShopId = $order->shopId ?? 0;
             if (getenv('YII_ENV') == 'production') {
-                $specialList = [10649, 8042, 16454, 21319, 33668, 43274];
+                $specialList = [10649, 8042, 16454, 21319, 33668];
             } else {
                 $specialList = [36523];
             }
@@ -318,7 +318,7 @@ class OrderService extends BaseService
             if (isset($returnOrder->book) && $returnOrder->book == 0) {
                 $ghsShopId = $ghs['shopId'] ?? 0;
                 if (getenv('YII_ENV') == 'production') {
-                    $specialList = [10649, 8042, 16454, 21319, 33668, 43274];
+                    $specialList = [10649, 8042, 16454, 21319, 33668];
                 } else {
                     $specialList = [36523];
                 }