瀏覽代碼

删除无用函数

wangzq 2 年之前
父節點
當前提交
c654ab3896
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      app/Modules/Book/Services/BookConfigService.php

+ 0 - 7
app/Modules/Book/Services/BookConfigService.php

@@ -241,11 +241,4 @@ class BookConfigService
         whereIn('bid',$bids)->select($field)->get();
         whereIn('bid',$bids)->select($field)->get();
     }
     }
 
 
-    // 获取原创书殿书籍id
-    public static function checkBookId($bookId = [])
-    {
-        $bookId = BookConfig::whereIn('bid',$bookId)->where('cp_source','=','ycsd')->pluck('bid');
-
-        return  $bookId->toArray();
-    }
 }
 }