Bladeren bron

群组身份校验修改

o2sword 5 jaren geleden
bovenliggende
commit
cb6ef042d2

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

@@ -173,7 +173,7 @@ public class Group extends SliceJpaObject {
 	@PersistentCollection(fetch = FetchType.EAGER)
 	@OrderColumn(name = ORDERCOLUMNCOLUMN)
 	@ElementColumn(length = JpaObject.length_id, name = ColumnNamePrefix + identityList_FIELDNAME)
-	@CheckPersist(allowEmpty = true, citationExists = @CitationExist(type = Unit.class))
+	@CheckPersist(allowEmpty = true, citationExists = @CitationExist(type = Identity.class))
 	private List<String> identityList;
 
 	public String getName() {