@@ -17,7 +17,7 @@ class ChannelRecommendBooksService
static function getMergerBids($channel_id,$bid)
{
- $bids = BookConfigService::getAvailableBIdsbyBids(self::getChannelBid($channel_id),$channel_id);
+ $bids = BookConfigService::getAvailableBIdsbyBids(self::getChannelBid($channel_id),$channel_id,false);
if (empty($bids)){
return [];
}