hello

2015-06-10  本文已影响0人  c12ad369797b

1

    public String showHome(Model model)
    {
        ShowTemplateEntity template = templateService.getTemplateByTargetIdAndType(null, "5");
        commonService.setUrlPrefix(model);
        model.addAttribute("pageTitle", "资源云首页");
        model.addAttribute("bodyftl", template.getFileName());
        return "index";
    }
上一篇 下一篇

猜你喜欢

热点阅读