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