xiaoyong931011
2021-12-07 0b4ddcc6cd1b3ca9973ba4bf1732be010a7de4e2
src/main/resources/mapper/fish/MemberAccountGoldDao.xml
@@ -32,4 +32,7 @@
        select a.* from member_account_gold a where a.member_id = #{memberId}
    </select>
    <select id="selectByMemberIdForLock" resultType="com.xcong.excoin.modules.fish.entity.MemberAccountGold">
        select a.* from member_account_gold a where a.member_id = #{memberId} for update
    </select>
</mapper>