mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-16 14:16:39 +00:00
点击量计算优化
This commit is contained in:
@ -16,7 +16,7 @@ public interface FrontBookMapper extends BookMapper {
|
||||
|
||||
List<BookVO> searchByPage(BookSP params);
|
||||
|
||||
void addVisitCount(@Param("bookId") Long bookId);
|
||||
void addVisitCount(@Param("bookId") Long bookId, @Param("visitCount") Integer visitCount);
|
||||
|
||||
List<Book> listRecBookByCatId(@Param("catId") Integer catId);
|
||||
|
||||
|
Reference in New Issue
Block a user