Commit afcbf696 authored by zhuwei's avatar zhuwei

bug

parent b80a6d08
......@@ -139,7 +139,7 @@ class GHousesFollowUp extends BaseModel
{
$data = $this
->alias('f')
->join($join)
->join('a_agents a', 'f.agent_id = a.id', 'left')
->where($where)
->count("f.id");
return $data;
......
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