Commit 09f7f371 by fengshuonan

修改通知管理

parent 517ac553
......@@ -89,7 +89,7 @@ public class NoticeController extends BaseController {
public String hello() {
List<Map<String, Object>> notices = noticeService.list(null);
super.setAttr("noticeList", notices);
return "/blackboard.html";
return PREFIX + "notice_index.html";
}
/**
......
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