Преглед изворни кода

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

develop
wanjing пре 7 месеци
родитељ
комит
e5c0448812
1 измењених фајлова са 1 додато и 0 уклоњено
  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 Прегледај датотеку

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

Loading…
Откажи
Сачувај