Helius
2021-02-05 a2db1a0d4f90fdab5e39d3d13a9cc7a4774356df
src/main/resources/mapper/member/MemberPaymentMethodDao.xml
@@ -2,5 +2,7 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.xcong.excoin.modules.member.dao.MemberPaymentMethodDao">
    
   <select id="selectByMemberId" resultType="com.xcong.excoin.modules.member.entity.MemberPaymentMethodEntity">
      SELECT a.* FROM member_payment_method a WHERE a.member_id = #{memberId}
   </select>
</mapper>