shish 4 anni fa
parent
commit
96200637f0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app-ghs/controllers/PurchaseOrderController.php

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

@@ -204,7 +204,7 @@ class PurchaseOrderController extends BaseController
                 }
             }
         }else{
-            if ($this->mainId == 661) {
+            if ($this->mainId == 644) {
                 $staff = $this->shopAdmin;
                 if (isset($staff['founder']) == false || $staff['founder'] != 2) {
                     util::fail('没有权限');