From 8ce603078bca1f0cb0fcf58c23e448109f9ad2a9 Mon Sep 17 00:00:00 2001 From: ljl Date: Fri, 22 Dec 2023 11:49:03 +0800 Subject: [PATCH] yh --- app/Service/PaymentService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Service/PaymentService.php b/app/Service/PaymentService.php index 19a0327..70318c1 100644 --- a/app/Service/PaymentService.php +++ b/app/Service/PaymentService.php @@ -272,7 +272,7 @@ class PaymentService extends AbstractService 'member_id' => $user->member_id, 'split_member_id' => $mainAccount->member_id, 'split_user_id' => $mainAccount->user_id, - 'split_user_type' => $mainAccount->user_type, + 'split_user_type' => $mainAccount->user_type == 'MERCHANT' ? 'PERSON' : $mainAccount->user_type, 'order_no' => $order->order_no, 'out_order_no' => $order->out_order_no, 'sub_order_no' => $feeSubOrderNo,