@@ -63,7 +63,9 @@ class ShopAdminController extends BaseController
ShopAdminClass::updateByCondition(['mainId' => $mainId, 'adminId' => $adminId], ['founder' => 1]);
}
-
+ $staff->super = 1;
+ $staff->finance = 1;
+ $staff->switchShop = 1;
$staff->founder = 2;
$staff->save();