zhuchengjie 2 سال پیش
والد
کامیت
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;
         }
     }