yonge %!s(int64=5) %!d(string=hai) anos
pai
achega
273acff6e1

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

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