3
This commit is contained in:
parent
0df8d9b043
commit
236b34d4d1
@ -1022,7 +1022,7 @@ class OrderService extends BaseService
|
|||||||
|
|
||||||
// 获取订单退款数据
|
// 获取订单退款数据
|
||||||
$params = array();
|
$params = array();
|
||||||
$params['inquiry_no'] = $order_no;
|
$params['refund_no'] = $order_no;
|
||||||
$order_refunds = OrderRefund::getList($params);
|
$order_refunds = OrderRefund::getList($params);
|
||||||
if (!empty($order_refunds)) {
|
if (!empty($order_refunds)) {
|
||||||
foreach ($order_refunds as $order_refund) {
|
foreach ($order_refunds as $order_refund) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user