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