Commit ddee7685 authored by clone's avatar clone

bug

parent 6829c230
......@@ -151,7 +151,7 @@ class User extends Basic
return $this->response("200", "此条件没有找到数据");
}
$list = [];
if (isset($params["agent_id"])) {
if (isset($params["agent_id"]) || empty($params["id"]) || empty($params["user_phone"])) {
$list = $userList;
} else {
$clientService = new ClientService();
......
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