@@ -505,7 +505,7 @@ class AuthController extends PublicController
if (empty($shopAdmin)) {
util::fail('您没有权限');
}
- if ($shopAdmin->delStatus == 0) {
+ if ($shopAdmin->delStatus == 1) {
util::fail('您没有权限哦');
if ($shopAdmin->status == 0) {