zhuchengjie 2 years ago
parent
commit
96776dacb8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Modules/Channel/Services/ChannelRecommendBooksService.php

+ 2 - 0
app/Modules/Channel/Services/ChannelRecommendBooksService.php

@@ -32,6 +32,8 @@ class ChannelRecommendBooksService
             \Log::info('count:'.$count);
             self::getRecommendBooks($channel_id,0,$count,$lists);
         }else{
+            \Log::info('return:lists');
+            \Log::info($lists);
             return $lists;
         }
     }