Commit a9def140 authored by clone's avatar clone

房源跟进修改成默认上海

parent 3f572ab0
......@@ -130,6 +130,7 @@ class HomePageLog extends Basic
$where_["a.phone|a.name"] = array( "like", "%" . trim($params["name_or_phone"]) . "%" );
}
$where_["c.city"] = "上海市";
$join = [
[ 'a_agents a', 'a.id=f.agent_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