|
|
@@ -852,7 +852,7 @@ public class XxlJobService {
|
|
|
|
|
|
private void batchRefreshArticleHisCache(int i, int pageSize) {
|
|
|
Page<ArticleTitleHisCache> articleTitleHisCachePage = articleTitleHisCacheRepository.findAll(
|
|
|
- PageRequest.of(i, pageSize, Sort.by(Sort.Direction.DESC, "source_id")));
|
|
|
+ PageRequest.of(i, pageSize, Sort.by(Sort.Direction.DESC, "sourceId")));
|
|
|
List<ArticleTitleHisCache> cacheList = articleTitleHisCachePage.getContent();
|
|
|
if (CollectionUtils.isEmpty(cacheList)) {
|
|
|
return;
|