From cc856f132f5f96af0ad9e0bbda56f20877b1b655 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 30 Aug 2022 11:04:12 +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