shish il y a 2 ans
Parent
commit
ab93d8a382

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

@@ -885,7 +885,7 @@ class OrderController extends BaseController
         if (getenv('YII_ENV') == 'production') {
             //小向花卉采购控制
             if ($this->mainId == 23390) {
-                if (!in_array($this->adminId, [24043, 24585, 24586, 24654])) {
+                if (!in_array($this->adminId, [24043, 24585, 24586, 24654, 24115])) {
                     util::fail('你不能开单哦');
                 }
             }

+ 1 - 1
app-ghs/controllers/RefundController.php

@@ -384,7 +384,7 @@ class RefundController extends BaseController
         if (getenv('YII_ENV') == 'production') {
             //小向花卉采购控制
             if ($this->mainId == 23390) {
-                if (!in_array($this->adminId, [24043, 24585, 24586, 24654])) {
+                if (!in_array($this->adminId, [24043, 24585, 24586, 24654, 24115])) {
                     util::fail('你不能售后哦');
                 }
             }