Jason 1 year ago
parent
commit
aef3cd082d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/Hotline/Settings/SystemOrganize.cs

+ 2 - 1
src/Hotline/Settings/SystemOrganize.cs

@@ -74,7 +74,8 @@ public class SystemOrganize : CreationSoftDeleteEntity
 
 
     public void InitOrgLevel() => Level = Id.CalcOrgLevel();
     public void InitOrgLevel() => Level = Id.CalcOrgLevel();
 
 
-    public string OrgTypeText() => OrgType.GetDescription();
+    [SugarColumn(IsIgnore = true)]
+    public string OrgTypeText => OrgType.GetDescription();
 }
 }
 
 
 public static class OrgExtensions
 public static class OrgExtensions