Helius
2022-07-22 8bcab114f9935c2f8477791490e2894e9b7ee708
src/main/resources/mapper/dapp/DappIdoAssetsDao.xml
@@ -15,6 +15,7 @@
            a.address,
            a.invite_id,
            (select count(1) from dapp_member x where a.invite_id=x.referer_id) addressCnt,
            count(1) teamAddressCnt,
            IFNULL(sum(c.coin_amount),0) coinAmount,
            IFNULL(sum(c.usdt_amount),0) usdtAmount
        from dapp_member a