|
|
@@ -41,6 +41,7 @@ class RefundOrderService extends BaseService
|
|
|
$data['relateOrderSn'] = $order->orderSn ?? '';
|
|
|
$data['sjId'] = $post['sjId'];
|
|
|
$data['shopId'] = $post['shopId'];
|
|
|
+ $data['mainId'] = $post['mainId'];
|
|
|
$data['shopAdminId'] = $post['shopAdminId'] ?? 0;
|
|
|
$data['shopAdminName'] = $post['shopAdminName'] ?? '';
|
|
|
|