Commit 37fea793 by wangjf

fix

parent ad3a45fc
......@@ -82,6 +82,7 @@ public class ResultController {
}
@PostMapping("/save")
@ResponseBody
R save(@SessionAttribute(WebSecurityConfig.SESSION_KEY) String userName,
@RequestParam(name = "packageName") String packageName,
@RequestParam(name = "categoryCode", required = false) String categoryCode,
......
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