Commit a6d0746a authored by zhuwei's avatar zhuwei

全部约带看记录

parent 3d0afa4d
......@@ -59,6 +59,10 @@ class Report extends Basic
$where['a.report_agent_phone'] = $this->params['report_agent_phone'];
}
if (!empty($this->params['report_id'])) {
$where['a.id'] = $this->params['report_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';
try {
......
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