} | } | ||||
//已完成时展示报告 | //已完成时展示报告 | ||||
if (appVo.getStatus() == 3) { | if (appVo.getStatus() == 3) { | ||||
TauvReport report = iTauvReportService.getInfoByInspectDriverId(appVo.getId()); | |||||
TauvReport report = iTauvReportService.getInfoByInspectDriverId(appVo.getInspectDriverId()); | |||||
if (report != null) { | if (report != null) { | ||||
appVo.setReportId(report.getId()); | appVo.setReportId(report.getId()); | ||||
} | } |