src/main/resources/mapper/modules/MemberMapper.xml
@@ -2,6 +2,10 @@ <!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.mapper.MemberMapper"> <select id="selectMemberInfoByQueryKey" resultType="com.xcong.excoin.modules.member.entity.MemberEntity"> select * from member where phone=#{queryKey} or invite_id=#{queryKey} or email=#{queryKey} </select> <select id="selectMemberWalletContractByMemberId" resultType="java.lang.String"> SELECT total_balance