From 72c0a35d83909c3a59c4acf2fb3df777cbfd5090 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 17 Jun 2021 11:00:44 +0800
Subject: [PATCH] 20210617 开售开关
---
src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml b/src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml
index 9bb9fcd..4692c5e 100644
--- a/src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml
+++ b/src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml
@@ -36,6 +36,9 @@
<if test="record.status!=null and record.status!=''">
and s.status= #{record.status}
</if>
+ <if test="record.address!=null and record.address!=''">
+ and s.address = #{record.address}
+ </if>
<if test="record.insidePhone!=null and record.insidePhone!=''">
and #{record.insidePhone} in (select phone from member where id = (select member_id from member_coin_address where address =s.address and symbol =s.symbol and is_biyict=1))
</if>
--
Gitblit v1.9.1