select(['id','name','sex','role','avatar','email','password']) ->where('status',0) ->toArray(); return $user; } }