$vo = Db::name('project')->find($id); if($vo){ $this->assign('vo',$vo); $this->assign('list',$vo); } return $this->fetch();