feat: 完成导入功能

This commit is contained in:
陈淳
2024-01-04 10:42:20 +08:00
parent 84e4deecd6
commit 8cb2b4a496

View File

@@ -70,7 +70,7 @@ namespace Yi.Framework.Bbs.Domain.Managers
var articleHandled = abstractArticleImport.Import(discussId, articleParentId, fileObjs);
//await _articleRepository.InsertManyAsync(articleHandled);
await _articleRepository.InsertManyAsync(articleHandled);
}
}