diff --git a/FlyCube/MpApi/Controller/PlaneController.class.php b/FlyCube/MpApi/Controller/PlaneController.class.php index e64f32b..88bc564 100644 --- a/FlyCube/MpApi/Controller/PlaneController.class.php +++ b/FlyCube/MpApi/Controller/PlaneController.class.php @@ -557,7 +557,7 @@ class PlaneController extends PublicController if ($_REQUEST['id'] && $_REQUEST['state'] && $_REQUEST['val']) { $where['id'] = $_REQUEST['id']; $orderDb = D('order'); - $field = array('status', 'back'); + $field = array('status', 'back', 'openid'); $order = $orderDb->where($where)->field($field)->find(); //不处理订单状态处于 已取消 未付款 交易关闭的情况 //不处理订单退款状态处于 主动退款 已退款 拒绝退款的状况