This commit is contained in:
张成
2025-12-30 17:06:14 +08:00
parent 914999c9fc
commit 52876229a8
3 changed files with 56 additions and 11 deletions

View File

@@ -34,7 +34,6 @@ async function syncAllModels() {
// 执行同步
await model.sync({ alter: true });
console.log(`${modelName} 同步完成`);
return { modelName, success: true };
} catch (error) {