shish hace 2 años
padre
commit
7e5e704ee8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app-ghs/controllers/OrderClearController.php

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

@@ -139,7 +139,7 @@ class OrderClearController extends BaseController
             }
             //天天鲜花,只有阿东才能结账
             if (in_array($this->shopId, [763])) {
-                if (!in_array($this->adminId, [2094])) {
+                if (!in_array($this->adminId, [2094, 5959])) {
                     util::fail('暂不能操作');
                 }
             }