From a70577eb2258f67bde70e5f995c286c9aa5fb220 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 11 Nov 2022 02:27:25 +0800
Subject: [PATCH] 20221021

---
 src/main/resources/mapper/dapp/DappAccountMoneyChangeDao.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/mapper/dapp/DappAccountMoneyChangeDao.xml b/src/main/resources/mapper/dapp/DappAccountMoneyChangeDao.xml
index 17f66f6..13353fd 100644
--- a/src/main/resources/mapper/dapp/DappAccountMoneyChangeDao.xml
+++ b/src/main/resources/mapper/dapp/DappAccountMoneyChangeDao.xml
@@ -9,8 +9,8 @@
             <if test="record.description!=null and record.description!=''">
                 (a.member_id in (select id from dapp_member where FIND_IN_SET(#{record.description}, referer_ids)))
             </if>
-            <if test="record.address !='' and record.address != null">
-                and b.username like CONCAT('%',#{record.address},'%')
+            <if test="record.username !='' and record.username != null">
+                and b.username like CONCAT('%',#{record.username},'%')
             </if>
             <if test="record.type != null">
                 and a.type=#{record.type}

--
Gitblit v1.9.1