From 9c44508bad37fa7e3409f271ddc9f3ea1e97209c Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Wed, 31 Aug 2022 16:47:19 +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