Explorar o código

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

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

Lzh666 hai 1 ano
pai
achega
4d7619682b
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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);
         }