| | |
| | | lifeCyle.ts = VciDateUtil.getNowString(VciDateUtil.DateTimeMillFormat); |
| | | lifeCyle.name = lifeCycleDTO.getId(); |
| | | }else { |
| | | lifeCyle = lifeCycleService.lifeCycleVO2DO( allLifeCycleLowMap.get(lifeCycleId)); |
| | | lifeCyle = lifeCycleService.lifeCycleVO2DO(allLifeCycleLowMap.get(lifeCycleId)); |
| | | edit = true; |
| | | } |
| | | lifeCyle.tag = lifeCycleDTO.getName(); |
| | |
| | | btmItem.verRuleName = 0; |
| | | } |
| | | //包含的属性的数组 |
| | | List<OsBtmTypeLinkAttributesDTO> attributesDTOList = btmTypeDTO.getAttributesDTOList(); |
| | | List<OsBtmTypeLinkAttributesDTO> attributesDTOList = btmTypeDTO.getAttributes(); |
| | | List<String> attrIdList = new ArrayList<String>(); |
| | | if (!CollectionUtils.isEmpty(attributesDTOList)) { |
| | | for (OsBtmTypeLinkAttributesDTO attr : attributesDTOList) { |