diff --git a/app/admin/controller/Index.php b/app/admin/controller/Index.php index 20d7231..60173d5 100644 --- a/app/admin/controller/Index.php +++ b/app/admin/controller/Index.php @@ -46,8 +46,9 @@ class Index extends BaseController { $street_id=Db::table('fa_szxc_information_useraddress')->where('admin_id',$this->adminInfo['id'])->value('street_id'); + $street_name=Db::table('fa_geo_street')->where('admin_id',$street_id)->value('street_name'); if ($this->adminInfo['group_access']==4){ - $urls="http://zhen.lihaink.cn?street_id=$street_id"; + $urls="http://zhen.lihaink.cn?street_id=$street_id"."&street_name=".$street_name; return <<