From 9fb1e265c743679c6232a648a536c6571a19f4ec Mon Sep 17 00:00:00 2001 From: Derran Date: Thu, 22 Aug 2024 17:56:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=82=AC=E8=B5=8F=E6=8B=9B=E4=BA=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/withdrawaudit/WithdrawAuditViewMapper.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/dating-agency-mall-server/src/main/resources/mapper/withdrawaudit/WithdrawAuditViewMapper.xml b/dating-agency-mall-server/src/main/resources/mapper/withdrawaudit/WithdrawAuditViewMapper.xml index df8bc87..55df148 100644 --- a/dating-agency-mall-server/src/main/resources/mapper/withdrawaudit/WithdrawAuditViewMapper.xml +++ b/dating-agency-mall-server/src/main/resources/mapper/withdrawaudit/WithdrawAuditViewMapper.xml @@ -2,8 +2,14 @@ - select dwa.id, dwa.wallet_account_id, @@ -14,7 +20,7 @@ dwa.`status`, dwa.`create_time` as applyTime, dwa.withdraw_type, - dwa.ext_details_info as extDetailsInfo + dwa.ext_details_info from da_withdraw_audit as dwa LEFT JOIN da_matchmaker as dm on dwa.wallet_account_user_id=dm.user_id and dm.is_delete=0 LEFT JOIN da_organization as dao on dao.id=dwa.wallet_account_org_id