Commit 6c1ed044 by 田超

Merge branch 'feature/1005196-1' into 'master'

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

See merge request rays/pcloud-book!1381
parents bd620e1f dc19fafd
...@@ -231,7 +231,7 @@ public class BookAuthUserBizImpl implements BookAuthUserBiz { ...@@ -231,7 +231,7 @@ public class BookAuthUserBizImpl implements BookAuthUserBiz {
} }
private Boolean checkIsAuthorizedPay(Long bookId, Long channelId, Long adviserId, Long serverId) { 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)){ if(CollUtil.isEmpty(authorizedPayMap)){
return false; 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