Commit 87868515 authored by hujun's avatar hujun

收藏商铺区域

parent 5e1dea6d
...@@ -120,7 +120,8 @@ class CollectHouse extends Basic ...@@ -120,7 +120,8 @@ class CollectHouse extends Basic
$field .= 'Houses.rent_price,'; $field .= 'Houses.rent_price,';
$field .= 'Houses.is_lock,'; $field .= 'Houses.is_lock,';
$field .= 'Houses.is_vip,'; $field .= 'Houses.is_vip,';
$field .= 'Houses.is_exclusive_type'; $field .= 'Houses.is_exclusive_type,';
$field .= 'Houses.disc';
$get_params['agents_id'] = $params["agents_id"]; $get_params['agents_id'] = $params["agents_id"];
$get_params['CollectUser.status'] = 1; $get_params['CollectUser.status'] = 1;
......
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
<tr> <tr>
<th class="text-center">编号</th> <th class="text-center">编号</th>
<th class="text-center">类型</th> <th class="text-center">类型</th>
<!--<th class="text-center">区域</th>--> <th class="text-center">区域</th>
<th class="text-center">对内名称</th> <th class="text-center">对内名称</th>
<th class="text-center">租金均价</th> <th class="text-center">租金均价</th>
<th class="text-center">面积</th> <th class="text-center">面积</th>
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
[% } %] [% } %]
</td> </td>
<td>[%= hideStr(it[item]['disc']) %]</td>
<td>[%= hideStr(it[item]['title']) %]</td> <td>[%= hideStr(it[item]['title']) %]</td>
<td> <td>
[% if (it[item]['rent_type'] == 1) { %] [% if (it[item]['rent_type'] == 1) { %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment