get('id'); if($id){ $url=Db::name('contract')->where('id',$id)->value('url'); if($url){ return redirect($url); } } return '
合同不存在