xiaoyong931011
2023-08-15 6a0518935f27b0ffb4d52a19165eb4663131d18d
src/main/resources/mapper/dapp/DappWalletMineDao.xml
@@ -3,7 +3,7 @@
<mapper namespace="cc.mrbird.febs.dapp.mapper.DappWalletMineDao">
    <select id="selectByMemberId" resultType="cc.mrbird.febs.dapp.entity.DappWalletMineEntity">
        select * from dapp_wallet_mine where member_id=#{memberId} for update
        select * from dapp_wallet_mine where member_id=#{memberId}
    </select>
    <select id="selectInPage" resultType="cc.mrbird.febs.dapp.entity.DappWalletMineEntity">