【类 型】:
【原 因】: 【过 程】: 【影 响】:
This commit is contained in:
parent
c5044dc52c
commit
d116630a24
@ -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' => '删除失败'));
|
||||||
|
Loading…
Reference in New Issue
Block a user