提交 d6e7c603 authored 作者: Whispa's avatar Whispa

commit

上级 069cd96f
...@@ -270,6 +270,8 @@ public class PostController { ...@@ -270,6 +270,8 @@ public class PostController {
} }
} }
try {
if (tags != null) { if (tags != null) {
int index = 0; int index = 0;
int vid = 0; int vid = 0;
...@@ -316,6 +318,9 @@ public class PostController { ...@@ -316,6 +318,9 @@ public class PostController {
} }
} }
} }
}catch (Exception e){
System.out.println(e.getMessage());
}
//redirectAttributes.addFlashAttribute(); //redirectAttributes.addFlashAttribute();
try { try {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论