Browse Source

Merge pull request #323 from colinin/4.4

fix(platform): fixed spelling errors causing data dictionary queries …
pull/364/head
yx lin 4 years ago
committed by GitHub
parent
commit
4cc3d41ba3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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