Helius
2022-08-28 09c8cfbd3b4cf5e376e41ab33d141b18464f9e4b
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>