chore: 构建

This commit is contained in:
陈淳
2024-01-05 09:46:29 +08:00
parent 52db51ce10
commit 1126419e2e

View File

@@ -57,7 +57,7 @@ namespace Yi.Framework.Bbs.Domain.Managers
AbstractArticleImport abstractArticleImport = default;
switch (importType)
{
case ArticleImportTypeEnum.Defalut:
case ArticleImportTypeEnum.Default:
abstractArticleImport = new DefaultArticleImport();
break;