|
@@ -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('没有权限');
|
|
|
}
|
|
}
|
|
|
|
|
|