Commit 1021683c authored by hujun's avatar hujun

咨询经纪人

parent 4ccc37a9
...@@ -722,7 +722,6 @@ class AAgents extends BaseModel ...@@ -722,7 +722,6 @@ class AAgents extends BaseModel
return $this->field($field)->alias('a') return $this->field($field)->alias('a')
->join('u_evaluate b', 'a.id = b.agents_id', 'left') ->join('u_evaluate b', 'a.id = b.agents_id', 'left')
->join('g_houses_to_agents c', 'a.id=c.agents_id', 'left') ->join('g_houses_to_agents c', 'a.id=c.agents_id', 'left')
->where('c.houses_id', $house_id)
->where('c.type', 1) ->where('c.type', 1)
->where($params) ->where($params)
->group('a.id') ->group('a.id')
......
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