Jason 1 년 전
부모
커밋
aef3cd082d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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