shish 2 жил өмнө
parent
commit
48fc377952

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

@@ -112,7 +112,7 @@ class NoticeController extends PublicController
                         if (getenv('YII_ENV') == 'production') {
                             $specialList = [3, 10649, 8042];
                         } else {
-                            $specialList = [644];
+                            $specialList = [36523];
                         }
                         if (!in_array($ghsShopId, $specialList)) {
                             $cgShopId = $cg->shopId ?? 0;

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

@@ -511,7 +511,7 @@ class PurchaseController extends BaseController
                     if (getenv('YII_ENV') == 'production') {
                         $specialList = [3, 10649, 8042];
                     } else {
-                        $specialList = [644];
+                        $specialList = [36523];
                     }
                     if (!in_array($ghsShopId, $specialList)) {
                         $cgShopId = $cg->shopId ?? 0;

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

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