加入 song_library_cache enable 為1 才取 20250723

This commit is contained in:
allen.yan 2025-07-23 10:36:44 +08:00
parent 84340927eb
commit 814d2cbd74

View File

@ -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 = [];