右上角铃铛消息控制到账号
This commit is contained in:
@ -45,8 +45,11 @@ public class SysNoticeController extends BaseController
|
||||
}
|
||||
@RequiresPermissions("system:notice:view")
|
||||
@GetMapping("/notice2")
|
||||
public String notice2()
|
||||
public String notice2(ModelMap mmap)
|
||||
{
|
||||
SysNotice notice = new SysNotice();
|
||||
notice.setUserId(getSysUser().getUserId());
|
||||
mmap.put("notice", notice);
|
||||
return prefix + "/notice2";
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user