|
|
@@ -231,6 +231,7 @@ public class OrgService extends BaseService<Org> {
|
|
|
organizationNew.setOrgName("运营中心");
|
|
|
organizationNew.setParentId(organization.getOrgId());
|
|
|
organizationNew.setTopId(organization.getOrgId());
|
|
|
+ organizationNew.setFlgBusiness(true);
|
|
|
organizationNew.setDisplayNo(1);
|
|
|
codeMap = commonService.getUniqueNoteCode(
|
|
|
Constant.docNameConstant.ORG.getName(),orgVO.getCpId(), true);
|