Source/UBCS/ubcs-service/ubcs-omd/src/main/java/com/vci/ubcs/omd/service/impl/BtmTypeServiceImpl.java
@@ -649,7 +649,6 @@ domainMap.forEach((k,v)-> { if (domain.contains(k)){ BtmTypeTreeVO parent = new BtmTypeTreeVO(); parent.setOid(k); parent.setName(k); parent.setChildList(v.stream().map(s -> { BtmTypeTreeVO child = new BtmTypeTreeVO(); @@ -749,6 +748,7 @@ attribute.setReferToName(attr.getReferBtmTypeName()); attribute.setTs(now); attribute.setCreateTime(now); attribute.setIsDeleted(0); attribute.setCreateUser(AuthUtil.getUserId()); idAttrMap.put(attribute.getKey(),attribute); // 在这里给业务类型设置版本控制、生命周期控制、密级控制相关的信息