Commit dc19fafd by 郑永强

bug: [none] 版权保护-设置付费查看

parent bd620e1f
......@@ -231,7 +231,7 @@ public class BookAuthUserBizImpl implements BookAuthUserBiz {
}
private Boolean checkIsAuthorizedPay(Long bookId, Long channelId, Long adviserId, Long serverId) {
Map<String, Boolean> authorizedPayMap = bookAuthServeBiz.listIsOpen4AuthorizedPay(bookId, channelId, adviserId, CollUtil.toList(serverId));
Map<String, Boolean> authorizedPayMap = bookAuthServeBiz.listIsOpen4AuthorizedPay(bookId, adviserId, channelId, CollUtil.toList(serverId));
if(CollUtil.isEmpty(authorizedPayMap)){
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment