Jason hace 1 año
padre
commit
aef3cd082d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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 string OrgTypeText() => OrgType.GetDescription();
+    [SugarColumn(IsIgnore = true)]
+    public string OrgTypeText => OrgType.GetDescription();
 }
 
 public static class OrgExtensions