소스 검색

验证码谷歌

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);