@@ -88,7 +88,7 @@ class BookService
if($old){
return -1;
}
- $new_yunqi_book = DB::connection('new_yunqi')->table('books')->where('id',$bid)->fist();
+ $new_yunqi_book = DB::connection('new_yunqi')->table('books')->where('id',$bid)->first();
if(!$new_yunqi_book){
return -2;