Commit 365e5069 authored by clone's avatar clone

bug

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