Explorar el Código

删除无用函数

wangzq hace 2 años
padre
commit
c654ab3896
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  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();
     }
 
-    // 获取原创书殿书籍id
-    public static function checkBookId($bookId = [])
-    {
-        $bookId = BookConfig::whereIn('bid',$bookId)->where('cp_source','=','ycsd')->pluck('bid');
-
-        return  $bookId->toArray();
-    }
 }