日期:2014-05-16 浏览次数:20492 次
if(!oldServiceType.equals(serviceType)) {
Integer themeGrade = productvo.getThemeGrade();
List<TThemeVO> listTheme = this.getTthemeService().findListBySTypeAndTGrade(serviceType, themeGrade.longValue());
put("listTheme", listTheme);
}
<SCRIPT FOR=window EVENT=onload >
if(${not empty listTheme}) {
document.getElementById("template").style.display="block";
}
</SCRIPT>