|
@@ -119,7 +119,6 @@ public class TBusInspectionServiceImpl extends BaseServiceImpl implements ITBusI
|
|
|
|
|
|
@Override
|
|
|
public AjaxResult detail(TBusInspection tBusInspection) {
|
|
|
- setSookaDataBase(tBusInspection);
|
|
|
AjaxResult ajaxResult = new AjaxResult();
|
|
|
try{
|
|
|
String pictureBasePath = configService.remotegetConfigKey("fileUrl").getData();
|
|
@@ -127,6 +126,8 @@ public class TBusInspectionServiceImpl extends BaseServiceImpl implements ITBusI
|
|
|
//进度信息第一项有照片
|
|
|
TBusTrack tBusTrack = new TBusTrack();
|
|
|
tBusTrack.setBusInspectionId(tBusInspection.getBusInspectionId());
|
|
|
+ setSookaDataBase(tBusTrack);
|
|
|
+
|
|
|
List<TBusTrack> tracks_list = tBusTrackMapper.selectTBusTrackList(tBusTrack);
|
|
|
List<String> pictures = new ArrayList<>();
|
|
|
for(TBusTrack tr : tracks_list){
|