xiaoyong931011
2021-04-06 0a52a2c2e7c94f487259a5cba57e7dce5e675372
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>