tujidelv 3 rokov pred
rodič
commit
6b989cccf6

+ 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();
 
     /**