| | |
| | | if(!CollectionUtils.isEmpty(btmTypeVOList)) { |
| | | btmTypeVOList.stream().forEach(btmTypeVO -> { |
| | | String btmId = btmTypeVO.getId(); |
| | | List<OsBtmTypeAttributeVO> attributeVOS = btmService.listAttributeByBtmId(btmId); |
| | | List<OsBtmTypeAttributeVO> attributeVOS = null; |
| | | try { |
| | | attributeVOS = btmService.listAttributeByBtmId(btmId); |
| | | } catch (PLException e) { |
| | | e.printStackTrace(); |
| | | throw new VciBaseException(VciBaseUtil.getExceptionMessage(e)); |
| | | } |
| | | //先是名称 |
| | | int rowIndex = index[0]; |
| | | WriteExcelData idED = new WriteExcelData(rowIndex, 0, btmId); |