From 7945d604c757207c01d2bf3d18b5123daff5e890 Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Thu, 21 Oct 2021 17:32:03 +0800 Subject: [PATCH] fix(platform): fixed spelling errors causing data dictionary queries to fail --- .../DataSeeder/ElementAdminDataSeedContributor.cs | 4 ++-- .../DataSeeder/VbenAdminDataSeedContributor.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/DataSeeder/ElementAdminDataSeedContributor.cs b/aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/DataSeeder/ElementAdminDataSeedContributor.cs index 34690ab8a..f8a309218 100644 --- a/aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/DataSeeder/ElementAdminDataSeedContributor.cs +++ b/aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/DataSeeder/ElementAdminDataSeedContributor.cs @@ -72,10 +72,10 @@ namespace LINGYUN.Platform.DataSeeder { var data = await DataDictionaryDataSeeder .SeedAsync( - "UI Framewark", + "UI Framework", CodeNumberGenerator.CreateCode(2), "UI框架", - "UI Framewark", + "UI Framework", null, tenantId, true); diff --git a/aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/DataSeeder/VbenAdminDataSeedContributor.cs b/aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/DataSeeder/VbenAdminDataSeedContributor.cs index c566211ae..eb7c15752 100644 --- a/aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/DataSeeder/VbenAdminDataSeedContributor.cs +++ b/aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/DataSeeder/VbenAdminDataSeedContributor.cs @@ -71,10 +71,10 @@ namespace LINGYUN.Platform.DataSeeder { var data = await DataDictionaryDataSeeder .SeedAsync( - "UI Framewark", + "UI Framework", CodeNumberGenerator.CreateCode(2), "UI框架", - "UI Framewark", + "UI Framework", null, tenantId, true);