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