Commit 7cf181ff authored by hujun's avatar hujun

推荐经纪人修改

parent d3b9509b
......@@ -59,7 +59,7 @@ class Broker extends Basic
$report_agent_id = $m_report->getMaxReportAgent($report_fields, $report_where);
if (!empty($report_agent_id['report_agent_id'])) {
$report_agent = $agents->getUser(1, 1, '', $fields, [ 'c.id' => $report_agent_id['report_agent_id'], 'a.status'=>0 ]);
$report_agent = $agents->getUser(1, 1, '', $fields, [ 'a.id' => $report_agent_id['report_agent_id'], 'a.status'=>0 ]);
}
$where['c.houses_id'] = $params['house_id'];
......
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