shish il y a 3 ans
Parent
commit
1b60e8ed17
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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()
     public function actionOut()
     {
     {
         $staff = $this->shopAdmin;
         $staff = $this->shopAdmin;
-        if (isset($staff->founder) == false || $staff->founder != 2) {
+        if (isset($staff->super) == false || $staff->super != 1) {
             util::fail('没有权限');
             util::fail('没有权限');
         }
         }