1优化网络图片转换策略

This commit is contained in:
xiongxiaoyang
2020-05-21 08:46:46 +08:00
parent a13ea78c3f
commit c2cdf73893
5 changed files with 11 additions and 16 deletions

View File

@ -22,7 +22,7 @@ public interface FrontBookMapper extends BookMapper {
void addCommentCount(@Param("bookId") Long bookId);
List<Book> queryNetworkPicBooks(@Param("limit") Integer limit,@Param("offset") Integer offset);
List<Book> queryNetworkPicBooks(@Param("limit") Integer limit);
/**
* 按评分随机查询小说集合