From 2f754bca02fd68505a55083a9f921f3a2191660f Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Mon, 13 Jul 2020 11:00:47 +0800
Subject: [PATCH] modify
---
src/main/resources/mapper/modules/CoinMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/mapper/modules/CoinMapper.xml b/src/main/resources/mapper/modules/CoinMapper.xml
index f6ce48b..3b82e81 100644
--- a/src/main/resources/mapper/modules/CoinMapper.xml
+++ b/src/main/resources/mapper/modules/CoinMapper.xml
@@ -30,7 +30,7 @@
b.symbol symbol,
b.create_time createTime
from member a
- inner join member_coin_charge b on a.id=b.member_id and b.status=2
+ inner join member_coin_charge b on a.id=b.member_id --and b.status=3
where find_in_set(#{record.refererId}, a.referer_ids)
<if test="record.account!=null and record.account!=''">
and (a.phone=#{record.account} or a.email=#{record.account} or a.invite_id=#{record.account})
@@ -67,7 +67,7 @@
b.symbol symbol,
b.create_time createTime
from member a
- inner join member_coin_withdraw b on a.id=b.member_id and b.status=2
+ inner join member_coin_withdraw b on a.id=b.member_id --and b.status=2
where find_in_set(#{record.refererId}, a.referer_ids)
<if test="record.account!=null and record.account!=''">
and (a.phone=#{record.account} or a.email=#{record.account} or a.invite_id=#{record.account})
--
Gitblit v1.9.1