shish 3 years ago
parent
commit
1b60e8ed17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/ShopMoneyController.php

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

@@ -43,7 +43,7 @@ class ShopMoneyController extends BaseController
     public function actionOut()
     {
         $staff = $this->shopAdmin;
-        if (isset($staff->founder) == false || $staff->founder != 2) {
+        if (isset($staff->super) == false || $staff->super != 1) {
             util::fail('没有权限');
         }