@RequestMapping(method = RequestMethod.POST, value = "marrow")
 public String marrowTopic(@RequestParam("marrow") Long[] ids) {
   circleService.setMarrowTopic(ids);
   return "circle/circleDeatil";
 }