|
|
|
@ -81,7 +81,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
<include refid="selectWxUserMemberVo"/>
|
|
|
|
<include refid="selectWxUserMemberVo"/>
|
|
|
|
where id = #{id}
|
|
|
|
where id = #{id}
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<select id="selectWxUserMemberByOpenId" parameterType="String" resultType="WxUserMember">
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectWxUserMemberByOpenId" parameterType="String" resultMap="WxUserMemberResult">
|
|
|
|
<include refid="selectWxUserMemberVo"/>
|
|
|
|
<include refid="selectWxUserMemberVo"/>
|
|
|
|
WHERE openid = #{openid}
|
|
|
|
WHERE openid = #{openid}
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|