@@ -56,7 +56,7 @@ public class PrivilegeGroupEntity extends JpaEntity {
/**
* 顶级机构ID
*/
- @Column(nullable = false)
+ @Column(nullable = true)
private Long rootOrgId;