Explorar el Código

修改一处小错误

joe hace 4 años
padre
commit
943b268be4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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