fix
Helius
2022-07-26 ecd3e29dd40060fc9fc73807740a868c397b8462
src/main/resources/mapper/dapp/DappAccountMoneyChangeDao.xml
@@ -13,6 +13,7 @@
                and a.type=#{record.type}
            </if>
        </where>
        order by a.create_time desc
    </select>
</mapper>