两者是有区别的 当查一条数据时 能用 return $this->find($id); 最好别用 return $this->where('id',$id)->select(); 因为select返回的可能是另一种数组,反正就会出错