thirdpayment
elf 11 months ago
parent 798c214dc1
commit 24b9fad1ed

@ -193,7 +193,7 @@ class AccountController extends AbstractController
$user = User::where('user_id', $userId)->first(['member_id']); $user = User::where('user_id', $userId)->first(['member_id']);
if ($user) { if ($user) {
$this->userService->rsyncUser($user->member_id, '202308070000001', $userId); $this->userService->rsyncUser($user->member_id, '202308070000001', $userId, $user->user_type);
$user = User::where('user_id', $userId)->first(['member_id', 'realname_flag', 'bind_card_flag', 'set_pwd_flag', 'mobile', 'real_name', 'certificate_no', 'user_type', 'apply_no', 'is_platform_account']); $user = User::where('user_id', $userId)->first(['member_id', 'realname_flag', 'bind_card_flag', 'set_pwd_flag', 'mobile', 'real_name', 'certificate_no', 'user_type', 'apply_no', 'is_platform_account']);
$this->userService->rsyncBankCards($user->member_id); $this->userService->rsyncBankCards($user->member_id);
} }

Loading…
Cancel
Save