无关紧要
This commit is contained in:
@@ -310,8 +310,8 @@ public class FrontController extends BaseController {
|
|||||||
/**
|
/**
|
||||||
* 内容评论
|
* 内容评论
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value = "comment", method = RequestMethod.GET)
|
@RequestMapping(value = "comment-{theme}", method = RequestMethod.GET)
|
||||||
public String comment(Comment comment, String theme, HttpServletRequest request, HttpServletResponse response,
|
public String comment(Comment comment, @PathVariable String theme, HttpServletRequest request, HttpServletResponse response,
|
||||||
Model model) {
|
Model model) {
|
||||||
Page<Comment> page = new Page<Comment>(request, response);
|
Page<Comment> page = new Page<Comment>(request, response);
|
||||||
Comment c = new Comment();
|
Comment c = new Comment();
|
||||||
|
|||||||
Reference in New Issue
Block a user