xiaoyong931011
2021-11-24 fe1b0a2b6dd9f7798b55050b9a8bc3555dc21f0b
src/main/resources/mapper/fish/MemberAccountGoldDao.xml
@@ -28,4 +28,8 @@
        where id=#{id}
    </update>
    <select id="selectAccountGoldVoByMemberId" resultType="com.xcong.excoin.modules.fish.vo.GoldAccountVo">
        select a.* from member_account_gold a where a.member_id = #{memberId}
    </select>
</mapper>