Helius
2022-06-08 21c4edde92e2c7bade302db52329422821f0a8d5
src/main/resources/mapper/dapp/DappTransferRecordDao.xml
@@ -12,4 +12,9 @@
        order by create_time desc
    </select>
    <select id="selectByHash" resultType="cc.mrbird.febs.dapp.entity.DappTransferRecordEntity">
        select * from dapp_transfer_record
        where hash=#{hash}
    </select>
</mapper>