diff --git a/Yi.Framework/Yi.Framework.ApiMicroservice/Controllers/UserController.cs b/Yi.Framework/Yi.Framework.ApiMicroservice/Controllers/UserController.cs index dcd97f49..b39a901c 100644 --- a/Yi.Framework/Yi.Framework.ApiMicroservice/Controllers/UserController.cs +++ b/Yi.Framework/Yi.Framework.ApiMicroservice/Controllers/UserController.cs @@ -115,11 +115,14 @@ namespace Yi.Framework.ApiMicroservice.Controllers [HttpGet] public async Task GetRolesByUserId(int userId) <<<<<<< Updated upstream +<<<<<<< Updated upstream <<<<<<< Updated upstream { var roleList = await _userService.GetRolesByUser(new user() { id=userId}); ======= ======= +>>>>>>> Stashed changes +======= >>>>>>> Stashed changes { var _user =await _userService.GetEntityById(userId);