Commit d30cc4c6 authored by zhuwei's avatar zhuwei

带看

parent 188b47f4
...@@ -59,8 +59,8 @@ class Report extends Basic ...@@ -59,8 +59,8 @@ class Report extends Basic
$where['a.report_agent_phone'] = $this->params['report_agent_phone']; $where['a.report_agent_phone'] = $this->params['report_agent_phone'];
} }
if (!empty($this->params['report_id'])) { if (!empty($this->params['order_id'])) {
$where['a.id'] = $this->params['report_id']; $where['b.id'] = $this->params['order_id'];
} }
$field = 'b.id as order_id,a.user_name,a.user_phone,a.create_time,a.report_agent_name,c.internal_title,a.predict_see_time'; $field = 'b.id as order_id,a.user_name,a.user_phone,a.create_time,a.report_agent_name,c.internal_title,a.predict_see_time';
......
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