fix
Helius
2022-07-28 f283586c95c3f999c3e0dac467b603efb53a87d0
src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -48,6 +48,7 @@
        <if test="status != null">
            and a.status=#{status}
        </if>
        order by a.id desc
    </select>
    <select id="selectAmountTotalByType" resultType="java.util.HashMap">