@@ -212,7 +212,7 @@ class ShopAdminController extends BaseController
$relation->save();
$founder = $relation->founder ?? 1;
- if ($founder == 2 && $super == 1) {
+ if ($founder == 2 && $super == 0) {
util::fail('不能关闭超管权限');
}