Parcourir la source

Merge branch 'fix/组织删除后钉钉微信用户同步问题' into 'develop'

Merge of fix/[用户管理]组织删除后钉钉微信用户同步问题 to develop

See merge request o2oa/o2oa!378
胡起 il y a 5 ans
Parent
commit
77c01fe52f

+ 1 - 1
o2server/x_organization_core_entity/src/main/java/com/x/organization/core/entity/Person.java

@@ -433,7 +433,7 @@ public class Person extends SliceJpaObject {
 			+ IndexNameMiddle + topUnitList_FIELDNAME + JoinIndexNameSuffix))
 	@ElementColumn(length = JpaObject.length_id, name = ColumnNamePrefix + topUnitList_FIELDNAME)
 	@ElementIndex(name = TABLE + IndexNameMiddle + topUnitList_FIELDNAME + ElementIndexNameSuffix)
-	@CheckPersist(allowEmpty = true, citationExists = @CitationExist(type = Unit.class))
+	@CheckPersist(allowEmpty = true)
 	private List<String> topUnitList;
 
 	public void setLastLoginAddress(String lastLoginAddress) {