From b9d66ce1aae778461c571ea74e603ee162654824 Mon Sep 17 00:00:00 2001 From: cloud Date: Thu, 16 Jan 2025 00:04:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=95=E6=94=BE=E8=AE=A1=E5=88=92=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=98=BE=E7=A4=BA=E5=95=86=E5=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/traits/tfield.class.php | 1 + include/traits/tlist.class.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/traits/tfield.class.php b/include/traits/tfield.class.php index 5df8451..997aa84 100644 --- a/include/traits/tfield.class.php +++ b/include/traits/tfield.class.php @@ -99,6 +99,7 @@ trait tfield 'v_type' => '资源类型', 'e_bno' => '道闸位置', 'e_aps' => '广告位位置', + 'v_hcname' => '所属商圈', 'number' => '数量', 'e_label' => '类型', 'e_size' => '规格', diff --git a/include/traits/tlist.class.php b/include/traits/tlist.class.php index 92e59c7..ebbc505 100644 --- a/include/traits/tlist.class.php +++ b/include/traits/tlist.class.php @@ -220,7 +220,7 @@ trait tlist $val['number'] = 1; // 为了获取所有的信息 - $val['v_vaddress'] = ''; + $val['v_hcname'] = $val['v_vaddress'] = ''; self::eaddress($val, 'village', $this->bsign); return self::assemble($key, $base, $val, $checked, false);