diff --git a/FlyCube/MpApi/Controller/PlaneController.class.php b/FlyCube/MpApi/Controller/PlaneController.class.php index cf4961c..7f9eb90 100644 --- a/FlyCube/MpApi/Controller/PlaneController.class.php +++ b/FlyCube/MpApi/Controller/PlaneController.class.php @@ -553,13 +553,7 @@ class PlaneController extends PublicController if ($_REQUEST['id'] && $_REQUEST['state'] && $_REQUEST['val']) { $where['id'] = $_REQUEST['id']; $orderDb = D('order'); - if ($_REQUEST['state'] == 'quest') { - if ($_REQUEST['val'] == 'zero') { - $data['quest'] = '0'; //改变退货状态 - } else { - $data['quest'] = '1'; //改变退货状态 - } - } elseif ($_REQUEST['state'] == 'status') { + if ($_REQUEST['state'] == 'status') { $data['status'] = $_REQUEST['val']; //改变订单状态 } elseif ($_REQUEST['state'] == 'back') { if ($_REQUEST['val'] == 'zero') {