提交 4becbfcc authored 作者: Whispa's avatar Whispa

commit

上级 a4505bd6
......@@ -32,7 +32,15 @@ public class ComplainController {
}
complain.setUserInfo(user);
try {
repository.save(complain);
}catch (Exception e){
System.out.println(e.getMessage());
}
return new Result();
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论