diff --git a/FlyCube/MpApi/Controller/PlaneController.class.php b/FlyCube/MpApi/Controller/PlaneController.class.php index 3c2d253..93f5309 100644 --- a/FlyCube/MpApi/Controller/PlaneController.class.php +++ b/FlyCube/MpApi/Controller/PlaneController.class.php @@ -117,7 +117,7 @@ class PlaneController extends PublicController public function getAirList() { - $airDb = D('airplane'); + $airDb = D('airplane_register'); if ($this->tokenShop_id != C('powerId')) { // 非总管理员 $where['shop_id'] = $this->tokenShop_id;