|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
if (AccidentReportTypeEnum.MANUAL.getCode() == accidentVo.getReportType()) { |
|
|
if (AccidentReportTypeEnum.MANUAL.getCode() == accidentVo.getReportType()) { |
|
|
if (StringUtils.isNotEmpty(accidentVo.getImage())) { |
|
|
if (StringUtils.isNotEmpty(accidentVo.getImage())) { |
|
|
accidentVo.setImage(CommonConfig.imageURL + accidentVo.getImage()); |
|
|
|
|
|
|
|
|
accidentVo.setFileImage(CommonConfig.imageURL + accidentVo.getImage()); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
if (ObjectUtil.isNotNull(inspectionFileMap)) { |
|
|
if (ObjectUtil.isNotNull(inspectionFileMap)) { |