Commit c8440b03 authored by hujun's avatar hujun

字段修改

parent fdf73fd2
......@@ -116,9 +116,14 @@ class OfficeCollectHouse extends Basic
$field .= 'Houses.shop_sign,';
$field .= 'Houses.price,';
$field .= 'Houses.price_total,';
// $field .= 'Houses.is_lock,';
$field .= 'Houses.is_show,';
$field .= 'Houses.station_start,';
$field .= 'Houses.station_end,';
$field .= 'Houses.floor,';
$field .= 'building.type,';
// $field .= 'Houses.is_vip,';
$field .= 'Houses.is_exclusive_type';
$field .= 'Houses.is_exclusive_type,';
$field .= 'CollectUser.create_time';
// $field .= 'building.disc';
$get_params['agents_id'] = $params["agents_id"];
......@@ -142,7 +147,8 @@ class OfficeCollectHouse extends Basic
$m_agent = new OfficeGRoomToAgent();
$agent_where['a.agent_id'] = $this->agentId;
$agent_where['a.type'] = ['in', '2,3'];
// $agent_where['a.type'] = ['in', '2,3'];
$agent_where['a.type'] = 2;
$agent_where['a.house_id'] = $val['id'];
$agent_where['a.is_del'] = 0;
$agent_data = $m_agent->getAgentsHouseField('a.id', $agent_where);
......
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