Explorar el Código

验证码谷歌

afa hace 10 meses
padre
commit
fe6ba2836f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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);