Commit 4e44f11e by LiuJunYi

修复订单的导出

parent f9abad2d
......@@ -118,7 +118,7 @@ class Order extends AuthBase
$arr[] = isset($vo['extras']['children_age']) ? $vo['extras']['children_age'] : '';
$arr[] = $vo['total_fee'];
$arr[] = $vo['created_at'];
$arr[] = $vo->status_text;
$arr[] = $vo->StatusAdminText;
$cont[] = $arr;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment