shish 1 vuosi sitten
vanhempi
commit
bea9adccda

+ 1 - 1
app-mall/controllers/CategoryController.php

@@ -20,7 +20,7 @@ class CategoryController extends BaseController
         //普莲花艺、叶上花、丰行、小武鲜花不能在花卉宝下单,多处要同步修改,关键词ls_mall_not_open
         $mainId = $this->mainId;
         if (getenv('YII_ENV') == 'production') {
-            if (in_array($mainId, [40057, 4750, 7779, 42940, 26374])) {
+            if (in_array($mainId, [40057, 7779, 42940, 26374])) {
                 util::fail('暂无商品哦,编号16339942');
             }
         } else {

+ 1 - 1
app-mall/controllers/ItemController.php

@@ -118,7 +118,7 @@ class ItemController extends BaseController
         //普莲花艺、叶上花、丰行、小武鲜花不能在花卉宝下单,多处要同步修改,关键词ls_mall_not_open
         $mainId = $this->mainId;
         if (getenv('YII_ENV') == 'production') {
-            if (in_array($mainId, [40057, 4750, 7779, 42940, 26374])) {
+            if (in_array($mainId, [40057, 7779, 42940, 26374])) {
                 util::fail('暂时无法访问');
             }
         } else {

+ 1 - 1
app-mall/controllers/OrderController.php

@@ -63,7 +63,7 @@ class OrderController extends BaseController
         //普莲花艺、叶上花、丰行、小武鲜花不能在花卉宝下单,多处要同步修改,关键词ls_mall_not_open
         $mainId = $this->mainId;
         if (getenv('YII_ENV') == 'production') {
-            if (in_array($mainId, [40057, 4750, 7779, 42940, 26374])) {
+            if (in_array($mainId, [40057, 7779, 42940, 26374])) {
                 util::fail('暂时无法访问');
             }
         } else {