src/main/resources/mapper/dapp/DappWalletCoinDao.xml
@@ -3,7 +3,7 @@ <mapper namespace="cc.mrbird.febs.dapp.mapper.DappWalletCoinDao"> <select id="selectByMemberId" resultType="cc.mrbird.febs.dapp.entity.DappWalletCoinEntity"> select * from dapp_wallet_coin where member_id=#{memberId} for update select * from dapp_wallet_coin where member_id=#{memberId} </select> <select id="selectInPage" resultType="cc.mrbird.febs.dapp.entity.DappWalletCoinEntity">