Ver código fonte

内容管理增加闪图

周箭河 5 anos atrás
pai
commit
24f74f1603

+ 2 - 0
cms/src/main/java/com/ym/mec/cms/service/impl/SysNewsInformationServiceImpl.java

@@ -48,6 +48,8 @@ public class SysNewsInformationServiceImpl extends BaseServiceImpl<Long, SysNews
 		homeList.put("hot",queryPage(queryInfo));
 		queryInfo.setType(3);
 		homeList.put("banner",queryPage(queryInfo));
+		queryInfo.setType(5);
+		homeList.put("flash",queryPage(queryInfo));
 		return homeList;
 	}