shish 4 лет назад
Родитель
Сommit
96200637f0
1 измененных файлов с 1 добавлено и 1 удалено
  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('没有权限');