From ec425f4c5d03ac2d3df01785a8fa2fc4d642ccbe Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 30 Aug 2022 11:10:49 +0800
Subject: [PATCH] fix
---
src/main/resources/mapper/dapp/DappSdeWithdrawFeeDao.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/dapp/DappSdeWithdrawFeeDao.xml b/src/main/resources/mapper/dapp/DappSdeWithdrawFeeDao.xml
index 432a0bb..486536d 100644
--- a/src/main/resources/mapper/dapp/DappSdeWithdrawFeeDao.xml
+++ b/src/main/resources/mapper/dapp/DappSdeWithdrawFeeDao.xml
@@ -8,6 +8,7 @@
sum(amount) amount
from dapp_sde_withdraw_fee
where has_return=2
+ group by address
</select>
<update id="updateHasReturnToFinish">
--
Gitblit v1.9.1