tujidelv 3 years ago
parent
commit
6b989cccf6
1 changed files with 1 additions and 1 deletions
  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();
 
     /**