xiaoyong931011
2022-10-31 112b6a2ca8a55f056cc259b6bd9ed554fcc263f7
src/main/resources/mapper/dapp/DappSdeWithdrawFeeDao.xml
@@ -5,9 +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, out_address_name
    </select>
    <update id="updateHasReturnToFinish">