diff --git a/FlyCube/MpApi/Controller/PlaneController.class.php b/FlyCube/MpApi/Controller/PlaneController.class.php index 4f63b8f..48e5e1c 100644 --- a/FlyCube/MpApi/Controller/PlaneController.class.php +++ b/FlyCube/MpApi/Controller/PlaneController.class.php @@ -996,6 +996,7 @@ class PlaneController extends PublicController // 查询字段 $fields = array( + 'f.id', 'f.plane_id', 'a.name as plane_name', 'f.start_time',