Commit afcbf696 authored by zhuwei's avatar zhuwei

bug

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