Commit 4cad62f4 by huangjinxin

用户组织映射字段处理

1 parent a183d7ef
...@@ -22,9 +22,6 @@ public class UserOrgEntity { ...@@ -22,9 +22,6 @@ public class UserOrgEntity {
@Column(name = "org_ids", nullable = false) @Column(name = "org_ids", nullable = false)
private String orgIds; private String orgIds;
@Column(name = "org_ids", nullable = false)
private Integer teamType = 1;
/** /**
* 组织级别 0:大区 1:分部 2:站点 * 组织级别 0:大区 1:分部 2:站点
*/ */
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!