shish 2 lat temu
rodzic
commit
01b5cd427e
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      app-ghs/controllers/PurchaseOrderController.php

+ 1 - 2
app-ghs/controllers/PurchaseOrderController.php

@@ -282,8 +282,7 @@ class PurchaseOrderController extends BaseController
             }
         } else {
             if ($this->mainId == 644) {
-                echo $this->adminId;die;
-                if (!in_array($this->adminId, [919])) {
+                if (!in_array($this->adminId, [91])) {
                     util::fail('你不能采购哈');
                 }
             }