Quellcode durchsuchen

新增查询机场调度列表接口

develop
wanjing vor 7 Monaten
Ursprung
Commit
e5c0448812
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/accident/query/QueryAccidentAirportDispatchListService.java

+ 1
- 0
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/accident/query/QueryAccidentAirportDispatchListService.java Datei anzeigen

@@ -103,6 +103,7 @@ public class QueryAccidentAirportDispatchListService {
accidentInspectionVo.setInspectionCode(inspection.getCode());
accidentInspectionVo.setInspectionName(inspection.getName());
accidentInspectionVo.setStatus(inspection.getStatus());
accidentInspectionVo.setCreateTime(inspection.getCreateTime());
accidentInspectionVoList.add(accidentInspectionVo);
}
return accidentInspectionVoList;

Laden…
Abbrechen
Speichern