wangzq 2 gadi atpakaļ
vecāks
revīzija
228a87130f

+ 1 - 1
app/Modules/Channel/Services/ChannelRecommendBooksService.php

@@ -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  [];
         }