Commit cf388545 authored by zhuwei's avatar zhuwei

bug

parent 7c615e4f
...@@ -189,7 +189,7 @@ class OReportModel extends Model ...@@ -189,7 +189,7 @@ class OReportModel extends Model
} }
//todo 约带看人手机号 //todo 约带看人手机号
if (!empty($params['phone'])) { if (!empty($params['report_agent_phone'])) {
$conditions[] = "aaa.report_agent_phone LIKE '%".$params['report_agent_phone']."%'"; $conditions[] = "aaa.report_agent_phone LIKE '%".$params['report_agent_phone']."%'";
} }
//todo 商铺名 //todo 商铺名
......
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