diff --git a/FlyCube/MpApi/Controller/PlaneController.class.php b/FlyCube/MpApi/Controller/PlaneController.class.php index edc0993..d28cacc 100644 --- a/FlyCube/MpApi/Controller/PlaneController.class.php +++ b/FlyCube/MpApi/Controller/PlaneController.class.php @@ -1054,7 +1054,7 @@ class PlaneController extends PublicController $where['id'] = array('in', $idArr); // 执行删除操作 - $result = M('fly_data')->where($where)->delete(); + $result = M('flight_log')->where($where)->delete(); if ($result === false) { $this->ajaxReturn(array('status' => 0, 'msg' => '删除失败'));