Browse Source

'报告'

master
dongyuangong 4 years ago
parent
commit
932dc5edc9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/java/com/taauav/admin/service/impl/TauvInspectAppServiceImpl.java

+ 1
- 1
src/main/java/com/taauav/admin/service/impl/TauvInspectAppServiceImpl.java View File

@@ -131,7 +131,7 @@ public class TauvInspectAppServiceImpl extends BaseServiceImpl<TauvInspectAppMap
}
//已完成时展示报告
if (appVo.getStatus() == 3) {
TauvReport report = iTauvReportService.getInfoByInspectDriverId(appVo.getId());
TauvReport report = iTauvReportService.getInfoByInspectDriverId(appVo.getInspectDriverId());
if (report != null) {
appVo.setReportId(report.getId());
}

Loading…
Cancel
Save