fix
Helius
2022-06-13 c7a7bc8551457ac5b6de0a383397aa9e6bb50d9b
src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -58,7 +58,7 @@
             , MAX(if(type = 4, a.amount, 0)) teamReward
        from (select type, sum(amount) amount
                 from dapp_fund_flow
                 where member_id=22
                 where member_id=#{memberId}
                 group by type
            ) a
    </select>