shish 4 lat temu
rodzic
commit
dfd7a566e6
1 zmienionych plików z 1 dodań i 1 usunięć
  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) {