Ver código fonte

update Admin.NET/Admin.NET.Core/Job/EnumToDictJob.cs.
平台级字典无须对租户字典赋值,与种子数据统一规则

Signed-off-by: Lzh666 <422235757@qq.com>

Lzh666 1 ano atrás
pai
commit
4d7619682b
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      Admin.NET/Admin.NET.Core/Job/EnumToDictJob.cs

+ 1 - 2
Admin.NET/Admin.NET.Core/Job/EnumToDictJob.cs

@@ -137,8 +137,7 @@ public class EnumToDictJob : IJob
                 Label = x.Describe,
                 Value = x.Value.ToString(),
                 OrderNo = x.Value + OrderOffset,
-                TagType = x.Theme != "" ? x.Theme : DefaultTagType,
-                TenantId = SqlSugarConst.DefaultTenantId
+                TagType = x.Theme != "" ? x.Theme : DefaultTagType
             }).ToList();
             list.Add(dictType);
         }