浏览代码

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

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;

正在加载...
取消
保存