fix
Helius
2022-04-18 bba91f6c4a516370539a27af4881da207f6a95b7
src/main/resources/mapper/dapp/DappTransferRecordDao.xml
@@ -9,6 +9,7 @@
                and address=#{record.address}
            </if>
        </where>
        order by create_time desc
    </select>
</mapper>