master
382696293@qq.com 2 years ago
parent 1fe188cff3
commit ca906052ec

@ -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"/>
where id = #{id}
</select>
<select id="selectWxUserMemberByOpenId" parameterType="String" resultType="WxUserMember">
<select id="selectWxUserMemberByOpenId" parameterType="String" resultMap="WxUserMemberResult">
<include refid="selectWxUserMemberVo"/>
WHERE openid = #{openid}
</select>

Loading…
Cancel
Save