|
@@ -467,7 +467,7 @@ class Refund
|
|
|
} elseif (isset($buy_order_goods) && $buy_order_goods) {
|
|
|
Dever::load('shop/lib/refund')->set('buy')->apply($buy_order_goods['type'], $buy_order_goods['type_id'], $buy_order_goods['order_id'], $buy_order_goods['id'], $buy_status, 0, $info['desc'], '', 2, -1);
|
|
|
} elseif (isset($dh_order_goods) && $dh_order_goods) {
|
|
|
- Dever::load('shop/lib/refund')->set('dh')->apply(2, $dh_order_goods['shop_id'], $dh_order_goods['order_id'], $dh_order_goods['id'], 2, 0, '退货退款', '', 2, -1);
|
|
|
+ Dever::load('shop/lib/refund')->set('dh')->apply(2, $dh_order_goods['mid'], $dh_order_goods['order_id'], $dh_order_goods['id'], 2, 0, '退货退款', '', 2, -1);
|
|
|
}
|
|
|
|
|
|
return 'reload';
|