@@ -123,7 +123,7 @@ public class QueryAccidentRealtimeInfoListService { | |||
} | |||
if (AccidentReportTypeEnum.MANUAL.getCode() == accidentVo.getReportType()) { | |||
if (StringUtils.isNotEmpty(accidentVo.getImage())) { | |||
accidentVo.setImage(CommonConfig.imageURL + accidentVo.getImage()); | |||
accidentVo.setFileImage(CommonConfig.imageURL + accidentVo.getImage()); | |||
} | |||
} | |||
if (ObjectUtil.isNotNull(inspectionFileMap)) { |