feat: 完成导入功能
This commit is contained in:
@@ -70,7 +70,7 @@ namespace Yi.Framework.Bbs.Domain.Managers
|
|||||||
|
|
||||||
var articleHandled = abstractArticleImport.Import(discussId, articleParentId, fileObjs);
|
var articleHandled = abstractArticleImport.Import(discussId, articleParentId, fileObjs);
|
||||||
|
|
||||||
//await _articleRepository.InsertManyAsync(articleHandled);
|
await _articleRepository.InsertManyAsync(articleHandled);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user