|
@@ -268,7 +268,7 @@ public class BookServiceImpl implements BookService {
|
|
|
if (freeChapterNum == null) { //查看默认配置
|
|
|
freeChapterNum = getDefaultFreeChapterNum();
|
|
|
}
|
|
|
- if (bookContentVO.getContentId() > freeChapterNum) {
|
|
|
+ if (bookContentVO.getNum() > freeChapterNum) {
|
|
|
//收费
|
|
|
//是否已购买
|
|
|
Consume consume = consumeMapper.selectOneByExample(ConsumeExample.newAndCreateCriteria()
|