Commit 9cc7cf67 authored by hujun's avatar hujun

f.agent_id

parent abfc3fde
......@@ -210,7 +210,7 @@ class HomePageLog extends Basic
//经纪人id
if (!empty($params["agent_id"]) && !empty($params["agent_id"])) {
$where_["a.agent_id"] = $params["agent_id"];
$where_["f.agent_id"] = $params["agent_id"];
}
if (!empty($params["name_or_phone"])) {
......
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