加入 song_library_cache enable 為1 才取 20250723
This commit is contained in:
parent
84340927eb
commit
814d2cbd74
@ -78,7 +78,7 @@ class ExportSqliteSongJob implements ShouldQueue
|
||||
|
||||
$totalInserted = 0;
|
||||
|
||||
Song::with(['artists', 'categories'])->chunk(500, function ($songs) use (&$totalInserted, $connectionName)
|
||||
Song::with(['artists', 'categories'])->where('enable',1)->chunk(500, function ($songs) use (&$totalInserted, $connectionName)
|
||||
{
|
||||
$rows = [];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user