Commit 6d68ef18 authored by hujun's avatar hujun

去重

parent 3dcb550b
......@@ -214,6 +214,7 @@ class GHousesToAgents extends BaseModel
->order($order_)
->limit($pageSize)
->page($pageNo)
->group('a.agents_id')
->select();
$result['status'] = 'successful';
} catch (\Exception $e) {
......
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