shish 1 rok temu
rodzic
commit
9f1dc4ac34
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app-ghs/controllers/CheckOrderController.php

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

@@ -227,7 +227,7 @@ class CheckOrderController extends BaseController
             }
         } else {
             if ($this->mainId == 644) {
-                if (!in_array($this->adminId, [919, 0])) {
+                if (!in_array($this->adminId, [91, 0])) {
                     util::fail('不能修改库存哦!');
                 }
             }