|
@@ -42,7 +42,7 @@ public class NewsService extends BaseMybatisDao<NewsMapper> {
|
|
|
params.put("type", type);
|
|
params.put("type", type);
|
|
|
params.put("pageSize", pageSize);
|
|
params.put("pageSize", pageSize);
|
|
|
params.put("pageNo", pageNo);
|
|
params.put("pageNo", pageNo);
|
|
|
- return newsMapper.findIndexNewsList(params);
|
|
|
|
|
|
|
+ return newsMapper.findIndexNewsLists(params);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@CacheEvict(value = "IndexNewsListCache", allEntries = true)
|
|
@CacheEvict(value = "IndexNewsListCache", allEntries = true)
|