shish 8 месяцев назад
Родитель
Сommit
53912bf1fd

+ 6 - 0
app-ghs/controllers/CustomController.php

@@ -198,6 +198,12 @@ class CustomController extends BaseController
                     util::fail('你不能销单哈。。');
                 }
             }
+            //淘花里小榄店
+            if (in_array($this->shopId, [72366])) {
+                if (!in_array($this->adminId, [69792,55445])) {
+                    util::fail('你不能销单那。。');
+                }
+            }
             //小齐鲜花总店和出车,多处请搜索关键词 xq_clear_control
             if (in_array($this->shopId, [41467, 42946])) {
                 if (!in_array($this->adminId, [40144, 42912, 42023])) {

+ 6 - 0
app-ghs/controllers/OrderClearController.php

@@ -173,6 +173,12 @@ class OrderClearController extends BaseController
                     util::fail('你不能销单那。。');
                 }
             }
+            //淘花里小榄店
+            if (in_array($this->shopId, [72366])) {
+                if (!in_array($this->adminId, [69792,55445])) {
+                    util::fail('你不能销单那。。');
+                }
+            }
             //小齐鲜花总店和出车,多处请搜索关键词 xq_clear_control
             if (in_array($this->shopId, [41467, 42946])) {
                 if (!in_array($this->adminId, [40144,42912,42023])) {