perf: 数据同步

This commit is contained in:
2025-07-14 13:42:50 +08:00
parent b616f899ae
commit 52d3e69475

View File

@@ -60,27 +60,27 @@ class DataMigration extends Command
// $this->migrateProductPurchaseLinks();
// 迁移文章
$this->migrateArticle([
16 => 7,
31 => 9,
32 => 8,
// 68 => 10,
// 69 => 11,
// 70 => 12,
// 71 => 13,
// 72 => 14,
// 73 => 15,
// 74 => 16,
// 75 => 17,
// 78 => 19,
// 79 => 20,
// 80 => 21,
// 81 => 22,
// 82 => 23,
// 83 => 24,
// 84 => 25,
// 85 => 26
]);
// $this->migrateArticle([
// 16 => 7,
// 31 => 9,
// 32 => 8,
// 68 => 10,
// 69 => 11,
// 70 => 12,
// 71 => 13,
// 72 => 14,
// 73 => 15,
// 74 => 16,
// 75 => 17,
// 78 => 19,
// 79 => 20,
// 80 => 21,
// 81 => 22,
// 82 => 23,
// 83 => 24,
// 84 => 25,
// 85 => 26
// ]);
// 迁移faq
// $this->migrateFaq();