|
@@ -42,6 +42,7 @@ public class SysNewsInformationServiceImpl extends BaseServiceImpl<Long, SysNews
|
|
|
public Map<String,PageInfo<SysNewsInformation>> getHomeList(NewsInformationQueryInfo queryInfo) {
|
|
|
//1精彩活动,2热门资讯,3banner类型
|
|
|
Map<String,PageInfo<SysNewsInformation>> homeList = new HashMap<>();
|
|
|
+ queryInfo.setStatus(NewsStatusEnum.SHOW);
|
|
|
queryInfo.setType(1);
|
|
|
homeList.put("active",queryPage(queryInfo));
|
|
|
queryInfo.setType(2);
|