|
|
|
@ -53,6 +53,7 @@ class UpdateBookIsbnData extends Command
|
|
|
|
$query->where('id', $book_id);
|
|
|
|
$query->where('id', $book_id);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})->where('isbn', '!=', '')
|
|
|
|
})->where('isbn', '!=', '')
|
|
|
|
|
|
|
|
->where('id','>',2843)
|
|
|
|
->where(function ($query) {
|
|
|
|
->where(function ($query) {
|
|
|
|
// 如果没有封面或者缺少基本信息字段,都需要处理
|
|
|
|
// 如果没有封面或者缺少基本信息字段,都需要处理
|
|
|
|
$query->whereNull('cover_id')
|
|
|
|
$query->whereNull('cover_id')
|
|
|
|
|