浏览代码

验证码谷歌

afa 10 月之前
父节点
当前提交
fe6ba2836f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      application/admin/controller/user/User.php

+ 0 - 1
application/admin/controller/user/User.php

@@ -85,7 +85,6 @@ class User extends Backend
                 });
             }
         }
-           
         $list = $list->where($where)->order($sort, $order)->paginate($limit);
         $result = ['total' => $list->total(), 'rows' => $list->items()];
         return json($result);