alias('refund') ->field('refund.*,user.user_name') ->join($join); if($condition){ $this->where($condition); } return $this->find(); } }