fix
Helius
2022-07-26 ecd3e29dd40060fc9fc73807740a868c397b8462
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">