shish 4 سال پیش
والد
کامیت
dfd7a566e6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app-ghs/controllers/AuthController.php

+ 1 - 1
app-ghs/controllers/AuthController.php

@@ -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) {