Commit c32a3d8e authored by hujun's avatar hujun

is_exclusive_type

parent 7f0aac56
...@@ -116,7 +116,8 @@ class CollectHouse extends Basic ...@@ -116,7 +116,8 @@ class CollectHouse extends Basic
$field .= 'Houses.rent_type,'; $field .= 'Houses.rent_type,';
$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';
$get_params['agents_id'] = $params["agents_id"]; $get_params['agents_id'] = $params["agents_id"];
$get_params['CollectUser.status'] = 1; $get_params['CollectUser.status'] = 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