feat: 新增用户昨天新增数量

This commit is contained in:
橙子
2024-01-04 20:58:45 +08:00
parent b691ce19f7
commit 599d33b822
5 changed files with 20 additions and 6 deletions

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;