Commit 922102ec by guojuxing

账号查询调整

parent ec1055b6
......@@ -145,10 +145,6 @@ public class UserController {
@RequestMapping("/list-user")
public RestResponse listUser(UserListQO params) {
if (params.getAccountType() == null) {
//默认查询永久账号
params.setAccountType(1);
}
params.setEnterpriseId(UserDetailUtils.getUserDetail().getEnterpriseId());
return ResultControllerUtils.commonResult(userApiService.pageUser(params));
}
......
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