| | |
| | | List<LifeCycle> unExistLifeCycleList = new ArrayList<LifeCycle>(); |
| | | List<LifeCycle> editLifeCycleList = new ArrayList<LifeCycle>(); |
| | | String userId = WebUtil.getCurrentUserId(); |
| | | long now = VciDateUtil.getTime(VciDateUtil.getNow()); |
| | | long now = VciDateUtil.getNowTime(); |
| | | //循环分析需要添加还是修改 |
| | | for(OsLifeCycleDTO lifeCycleDTO : lifeCycleDTOList){ |
| | | String lifeCycleId = lifeCycleDTO.getId().toLowerCase().trim(); |
| | |
| | | List<AttributeDef> unExistAttrList = new ArrayList<AttributeDef>(); |
| | | List<AttributeDef> editAttrList = new ArrayList<AttributeDef>(); |
| | | String userId = WebUtil.getCurrentUserId(); |
| | | long now = VciDateUtil.getTime(VciDateUtil.getNow()); |
| | | long now = VciDateUtil.getNowTime(); |
| | | //循环分析需要添加还是修改 |
| | | for (OsAttributeDTO attributeDTO : attributeDTOList) { |
| | | String attrId = attributeDTO.getId().toLowerCase().trim(); |
| | |
| | | List<BizType> unExistBtmList = new ArrayList<BizType>(); |
| | | List<BizType> editBtmList = new ArrayList<BizType>(); |
| | | String userId = WebUtil.getCurrentUserId(); |
| | | long now = VciDateUtil.getTime(VciDateUtil.getNow()); |
| | | long now = VciDateUtil.getNowTime(); |
| | | |
| | | for (OsBtmTypeDTO btmTypeDTO : btmTypeDTOList) { |
| | | String btmId = btmTypeDTO.getId().toLowerCase().trim(); |
| | |
| | | List<LinkType> addLinkTypeList = new ArrayList<LinkType>(); |
| | | List<LinkType> editLinkTypeList = new ArrayList<LinkType>(); |
| | | String userId = WebUtil.getCurrentUserId(); |
| | | long now = VciDateUtil.getTime(VciDateUtil.getNow()); |
| | | long now = VciDateUtil.getNowTime(); |
| | | for(OsLinkTypeDTO linkTypeDTO : linkTypeDTOS){ |
| | | String linkId = linkTypeDTO.getId().toLowerCase().trim(); |
| | | LinkType linkType = null; |