1
- hello
1 lalal
2 lalale
public String showHome(Model model)
{
ShowTemplateEntity template = templateService.getTemplateByTargetIdAndType(null, "5");
commonService.setUrlPrefix(model);
model.addAttribute("pageTitle", "資源云首頁");
model.addAttribute("bodyftl", template.getFileName());
return "index";
}
- hello
1 lalal
3 lalal