获取提现数据 增加可提现订单号1
This commit is contained in:
parent
533a02806f
commit
4100072ffa
@ -1068,7 +1068,7 @@ class OrderService extends BaseService
|
||||
|
||||
// 获取订单退款数据
|
||||
$params = array();
|
||||
$params['refund_no'] = $order_no;
|
||||
$params['order_no'] = $order_no;
|
||||
$order_refunds = OrderRefund::getList($params);
|
||||
if (!empty($order_refunds)) {
|
||||
foreach ($order_refunds as $order_refund) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user