点击量计算优化

This commit is contained in:
xxy
2020-05-26 02:10:37 +08:00
parent 16447c60ec
commit 430504ee28
7 changed files with 19 additions and 24 deletions

View File

@ -112,8 +112,8 @@ public interface BookService {
/**
* 增加点击次数
* @param bookId 书籍ID
* */
void addVisitCount(Long bookId);
* @param visitCount*/
void addVisitCount(Long bookId, Integer visitCount);
/**
* 查询章节数