姜永辉 1 год назад
Родитель
Сommit
57beb17cd4
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/main/java/com/dk/mdm/service/mst/OrgService.java

+ 1 - 0
src/main/java/com/dk/mdm/service/mst/OrgService.java

@@ -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);