Commit fbd0b3cc by guojuxing

用户列表接口

parent 8bb8dda6
......@@ -63,6 +63,7 @@ public class UserController {
@RequestMapping("/list-user")
public RestResponse listUser(UserListQO params) {
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