zhuchengjie 2 лет назад
Родитель
Сommit
96776dacb8
1 измененных файлов с 2 добавлено и 0 удалено
  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;
         }
     }