|
@@ -421,6 +421,7 @@ public class SyncOrganization {
|
|
|
identity.setOrderNumber(-order.intValue());
|
|
identity.setOrderNumber(-order.intValue());
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ identity.setMajor(true);
|
|
|
emc.persist(identity, CheckPersistType.all);
|
|
emc.persist(identity, CheckPersistType.all);
|
|
|
emc.commit();
|
|
emc.commit();
|
|
|
result.getCreateIdentityList().add(identity.getDistinguishedName());
|
|
result.getCreateIdentityList().add(identity.getDistinguishedName());
|