Parcourir la source

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

develop
wanjing il y a 7 mois
Parent
révision
e5c0448812
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 Voir le fichier

@@ -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;

Chargement…
Annuler
Enregistrer