|
|
|
@ -41,7 +41,7 @@ public class RoleController { |
|
|
|
@ApiOperation(value = "修改角色展示", notes = "") |
|
|
|
@RequestMapping(value = "/updateShow", method = RequestMethod.POST, produces = {"application/json;charset=UTF-8"}) |
|
|
|
public JsonResponse updateShow(@ApiParam @Validated @RequestBody QueryDto<RoleDto.UpdateRoleShow> params) { |
|
|
|
|
|
|
|
roleService.updateShowRole(params.getParam(),params.getUserId()); |
|
|
|
return JsonResponse.newInstance().ok(); |
|
|
|
} |
|
|
|
} |
|
|
|
|