shish il y a 2 ans
Parent
commit
45142788e3

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

@@ -50,7 +50,7 @@ class CustomController extends BaseController
                 }
                 }
             }
             }
             //天天鲜花 陈江店
             //天天鲜花 陈江店
-            if (in_array($this->shopId, [763])) {
+            if (in_array($this->shopId, [763, 1405, 795])) {
                 if (!in_array($this->adminId, [2094, 5959])) {
                 if (!in_array($this->adminId, [2094, 5959])) {
                     util::fail('不能操作充值销单!');
                     util::fail('不能操作充值销单!');
                 }
                 }

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

@@ -144,7 +144,7 @@ class OrderClearController extends BaseController
                 }
                 }
             }
             }
             //天天鲜花 陈江店
             //天天鲜花 陈江店
-            if (in_array($this->shopId, [763])) {
+            if (in_array($this->shopId, [763, 1405, 795])) {
                 if (!in_array($this->adminId, [2094, 5959])) {
                 if (!in_array($this->adminId, [2094, 5959])) {
                     util::fail('不能销单哦');
                     util::fail('不能销单哦');
                 }
                 }