diff --git a/FlyCube/MpApi/Controller/PlaneController.class.php b/FlyCube/MpApi/Controller/PlaneController.class.php index 04c5c17..f694f97 100644 --- a/FlyCube/MpApi/Controller/PlaneController.class.php +++ b/FlyCube/MpApi/Controller/PlaneController.class.php @@ -550,7 +550,7 @@ class PlaneController extends PublicController if ($this->tokenShop_id != C('powerId')) { // 非总管理员 $where['shop_id'] = $this->tokenShop_id; } else { - $where['shop_id'] = $_REQUEST['shopId']; // 总管理员可指定 shop_id + $where['shop_id'] = $_REQUEST['shop_id']; // 总管理员可指定 shop_id } $noflyDb = D('nofly');