Browse Source

fix(platform): fixed spelling errors causing data dictionary queries to fail

pull/323/head
cKey 4 years ago
parent
commit
7945d604c7
  1. 4
      aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/DataSeeder/ElementAdminDataSeedContributor.cs
  2. 4
      aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/DataSeeder/VbenAdminDataSeedContributor.cs

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

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

Loading…
Cancel
Save