zhuchengjie 2 年之前
父节点
当前提交
e4e59f8c46
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/QuickApp/Book/BookController.php

+ 1 - 1
app/Http/Controllers/QuickApp/Book/BookController.php

@@ -711,7 +711,7 @@ class BookController extends BaseController
             return response()->success([]);
         }
 
-        $list = ChannelRecommendBooksService::getRecommendBooks($package_info->channel_id,$bid,$priority);
+        $list = ChannelRecommendBooksService::getRecommendBooks($package_info->channel_id,$bid);
         if(!$list->isEmpty()){
             foreach($list as $key => $item){
                 $this->incrRecommendNum($package_info->channel_id,$item->bid);