提交 f7f0b74c 编写于 作者: O o2null

Merge branch 'release' into 'develop'

Release

See merge request o2oa/o2oa!1719
......@@ -443,6 +443,7 @@ public class SyncOrganization {
if (order != null) {
identity.setOrderNumber(order.intValue());
}
identity.setMajor(true);
emc.persist(identity, CheckPersistType.all);
emc.commit();
result.getCreateIdentityList().add(identity.getDistinguishedName());
......
......@@ -432,6 +432,7 @@ public class SyncOrganization {
if (order != null) {
identity.setOrderNumber(order.intValue());
}
identity.setMajor(true);
emc.persist(identity, CheckPersistType.all);
emc.commit();
result.getCreateIdentityList().add(identity.getDistinguishedName());
......
......@@ -207,6 +207,7 @@ public class SyncOrganization {
if (order != null) {
identity.setOrderNumber(order.intValue());
}
identity.setMajor(true);
emc.persist(identity, CheckPersistType.all);
emc.commit();
result.getCreateIdentityList().add(identity.getDistinguishedName());
......
......@@ -421,6 +421,7 @@ public class SyncOrganization {
identity.setOrderNumber(-order.intValue());
}
}
identity.setMajor(true);
emc.persist(identity, CheckPersistType.all);
emc.commit();
result.getCreateIdentityList().add(identity.getDistinguishedName());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册