Commit 4afed411 authored by clone's avatar clone

bug

parent b514ee5c
......@@ -67,6 +67,8 @@ class HomePageLog extends Basic
$where_["a.name|a.phone"] = array( "like", "%" . trim($params["name_or_phone"]) . "%" );
}
$where_["u.city"] = trim($this->city);
$join = [
[ 'a_agents a', 'a.id=f.agent_id', 'left' ],
[ 'u_users u', 'u.id=f.user_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