userId] ]; $data = Farm::where($where)->order('create_time desc')->select()->toArray(); return $this->success('请求成功',$data); } }