瀏覽代碼

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

develop
wanjing 9 月之前
父節點
當前提交
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…
取消
儲存