Commit 9734eab9 authored by clone's avatar clone

bug

parent e402b196
...@@ -9,6 +9,7 @@ class Agents extends Model ...@@ -9,6 +9,7 @@ class Agents extends Model
{ {
protected $table = 'agents'; protected $table = 'agents';
/** /**
* 查询经纪人 * 查询经纪人
* *
...@@ -112,6 +113,7 @@ class Agents extends Model ...@@ -112,6 +113,7 @@ class Agents extends Model
$data = $this $data = $this
->field($field) ->field($field)
->where($where_) ->where($where_)
->group("phone")
->select(); ->select();
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