Browse Source

悬赏招亲

master
张彭杰 1 year ago
parent
commit
f24e4d1a79
1 changed files with 1 additions and 1 deletions
  1. 2
      dating-agency-mall-server/src/main/resources/mapper/withdrawaudit/WithdrawAuditViewMapper.xml

2
dating-agency-mall-server/src/main/resources/mapper/withdrawaudit/WithdrawAuditViewMapper.xml

@ -14,7 +14,7 @@
dwa.`status`, dwa.`status`,
dwa.`create_time` as applyTime, dwa.`create_time` as applyTime,
dwa.withdraw_type, dwa.withdraw_type,
dwa.ext_details_info
dwa.ext_details_info as extDetailsInfo
from da_withdraw_audit as dwa 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_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 LEFT JOIN da_organization as dao on dao.id=dwa.wallet_account_org_id

Loading…
Cancel
Save