From 6d3ac6362232789abcf921d94fc290a330d49c45 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Mon, 27 Feb 2023 17:42:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B914?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/controller/Index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 <<