@@ -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;
}