集成OSS对象存储

This commit is contained in:
xiongxiaoyang
2020-05-26 11:31:30 +08:00
parent 9975faed01
commit c62acc288e
16 changed files with 211 additions and 15 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);
List<Book> queryNetworkPicBooks(@Param("localPicPrefix") String localPicPrefix, @Param("limit") Integer limit);
/**
* 按评分随机查询小说集合