Procházet zdrojové kódy

修改获取事件实时信息,返回图片地址

develop
wanjing před 9 měsíci
rodič
revize
4a9775fbc3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/accident/query/QueryAccidentRealtimeInfoListService.java

+ 1
- 1
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/accident/query/QueryAccidentRealtimeInfoListService.java Zobrazit soubor

@@ -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)) {

Načítá se…
Zrušit
Uložit