fix
Helius
2022-08-31 e9a3a8ae8085aa0ffd4d823cd197ce8e981fe518
src/main/resources/mapper/dapp/DappSdeWithdrawFeeDao.xml
@@ -5,10 +5,11 @@
    <select id="selectShouldReturnList" resultType="cc.mrbird.febs.dapp.entity.DappSdeWithdrawFeeEntity">
        select
            address,
            out_address_name,
            sum(amount) amount
        from dapp_sde_withdraw_fee
        where has_return=2
        group by address
        group by address, out_address_name
    </select>
    <update id="updateHasReturnToFinish">