Merge branch 'abp' of https://gitee.com/ccnetcore/Yi into abp

This commit is contained in:
橙子
2024-01-04 20:37:02 +08:00
26 changed files with 182 additions and 49 deletions

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);
}
}