Commit 7b1213c4 by wangjf

init

parent 509078e4
......@@ -75,7 +75,7 @@ public class ResultController {
@PostMapping("/save")
R save(@SessionAttribute(WebSecurityConfig.SESSION_KEY) String userName,
@RequestParam(name = "package_name") String packageName) {
@RequestParam(name = "packageName") String packageName) {
if (resultService.save(packageName, userName, "")) {
return R.ok();
} else {
......
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