tujidelv 3 년 전
부모
커밋
6b989cccf6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/top/lvzhiqiang/mapper/CrawlerLoveFootMapper.java

+ 1 - 1
src/main/java/top/lvzhiqiang/mapper/CrawlerLoveFootMapper.java

@@ -72,7 +72,7 @@ public interface CrawlerLoveFootMapper {
             "         WHERE cast is not null and cast != ''" +
             "     ) M " +
             "GROUP BY M.cast " +
-            "ORDER BY COUNT(M.cast) DESC LIMIT 30")
+            "ORDER BY COUNT(M.cast) DESC LIMIT 80")
     List<VideoCast> findCast();
 
     /**