src/main/java/com/highdatas/mdm/controller/MenuMappingController.java
@@ -38,6 +38,8 @@ public Result<MenuMapping> get(@PathVariable String id, HttpServletRequest request) { return menuMappingService.getMapping(request.getSession(),id); } @RequestMapping(value = "/add", method = RequestMethod.POST) public Result<Object> insert(@RequestParam String data, HttpServletRequest request) { HttpSession session = request.getSession();