| | |
| | | if(StringUtils.isNotEmpty(li.getTravelImage())){ |
| | | try { |
| | | //comActAcidRecordExcelVO.setAcidImage(new URL(li.getAcidImage())); |
| | | comActAcidRecordExcelVO.setColorImage(new URL(li.getColorImage())); |
| | | comActAcidRecordExcelVO.setTravelImage(new URL(li.getTravelImage())); |
| | | //comActAcidRecordExcelVO.setVaccinationImage(new URL(li.getVaccinationImage())); |
| | | } catch (MalformedURLException e) { |
| | | e.printStackTrace(); |
| | | } |
| | | } |
| | | if(StringUtils.isNotEmpty(li.getColorImage())){ |
| | | try { |
| | | //comActAcidRecordExcelVO.setAcidImage(new URL(li.getAcidImage())); |
| | | comActAcidRecordExcelVO.setColorImage(new URL(li.getColorImage())); |
| | | //comActAcidRecordExcelVO.setVaccinationImage(new URL(li.getVaccinationImage())); |
| | | } catch (MalformedURLException e) { |
| | | e.printStackTrace(); |
| | | } |
| | | } |
| | | if(li.getCheckStatus()==0){ |
| | | comActAcidRecordExcelVO.setCheckStatus("否"); |
| | | } |