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);