Commit 33c41101 authored by hujun's avatar hujun

客户搜索增加状态验证

parent 056356b8
......@@ -297,6 +297,7 @@ class Client extends Basic
}
}
$user = new Users();
$conditions['status'] = ['<', 2];
$user_res = $user->all_user($conditions,$pagesize,$pagenum);
$total = $user->all_user_count($conditions);
}else{
......
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