Commit 1462cac6 authored by hujun's avatar hujun

商铺跟进列表搜索

parent 676261e5
...@@ -138,6 +138,10 @@ class HomePageLog extends Basic ...@@ -138,6 +138,10 @@ class HomePageLog extends Basic
$where_["c.city"] = $params['city']; $where_["c.city"] = $params['city'];
} }
if (!empty($params['disc'])) {
$where_["c.disc"] = $params['disc'];
}
$join = [ $join = [
[ 'a_agents a', 'a.id=f.agent_id', 'left' ], [ 'a_agents a', 'a.id=f.agent_id', 'left' ],
[ 'a_store b', 'b.id=a.store_id', 'left' ], [ 'a_store b', 'b.id=a.store_id', 'left' ],
......
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