Commit 53b138d8 authored by liuyuzhen's avatar liuyuzhen

订单线下支付问题

parent ccb8e05d
......@@ -886,6 +886,7 @@ class OrderServiceModel extends \Business\AbstractModel
$orderContent['payway'] = \Our\DescribeConst::afterPay;
}
$orderContent['orderAmount'] = $order['order_amount'];
$orderContents[]=$orderContent;
}
$orderIds[] = $order['order_id'];
}
......
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