Commit efed2dab authored by zw's avatar zw

获取经纪人的站点列表

parent c6b55424
...@@ -1413,7 +1413,7 @@ class AAgents extends BaseModel ...@@ -1413,7 +1413,7 @@ class AAgents extends BaseModel
->alias('a') ->alias('a')
->join('a_site b', 'a.site_id=b.id', 'left') ->join('a_site b', 'a.site_id=b.id', 'left')
->where($where) ->where($where)
->find(); ->select();
} }
} }
\ No newline at end of file
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