lyq 5 달 전
부모
커밋
2dc9917f43
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/sooka/sponest/data/emergency/service/impl/TBusInspectionServiceImpl.java

+ 1 - 1
src/main/java/com/sooka/sponest/data/emergency/service/impl/TBusInspectionServiceImpl.java

@@ -121,7 +121,7 @@ public class TBusInspectionServiceImpl extends BaseServiceImpl implements ITBusI
     public AjaxResult detail(TBusInspection tBusInspection) {
         AjaxResult ajaxResult = new AjaxResult();
         try{
-            String pictureBasePath = remoteSystemBaseService.configKeyapp("pictureBasePath").get("code").toString();
+            String pictureBasePath = remoteSystemBaseService.configKeyapp("fileUrl").get("data").toString();
             //巡检项目信息
             //进度信息第一项有照片
             TBusTrack tBusTrack = new TBusTrack();