【类 型】:

【原  因】:
【过  程】:
【影  响】:
This commit is contained in:
air 2025-06-23 13:48:36 +08:00
parent c5044dc52c
commit d116630a24

View File

@ -1054,7 +1054,7 @@ class PlaneController extends PublicController
$where['id'] = array('in', $idArr); $where['id'] = array('in', $idArr);
// 执行删除操作 // 执行删除操作
$result = M('fly_data')->where($where)->delete(); $result = M('flight_log')->where($where)->delete();
if ($result === false) { if ($result === false) {
$this->ajaxReturn(array('status' => 0, 'msg' => '删除失败')); $this->ajaxReturn(array('status' => 0, 'msg' => '删除失败'));