Browse Source

修改一处小错误

joe 4 years ago
parent
commit
943b268be4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/user/UserLevel.php

+ 1 - 1
app/admin/controller/user/UserLevel.php

@@ -310,7 +310,7 @@ class UserLevel extends AuthController
      * */
     public function delete_tash($id = 0)
     {
-        if (!$id) return JsonService::fail('缺少参数');
+        if (!$id) return JsonService::fail('缺少参数');
         if (SystemUserTask::del($id))
             return JsonService::successful('删除成功');
         else