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} where id = #{id}
</select> </select>
<select id="selectSysAreaByPid" resultType="SysRegion"> <select id="selectSysAreaByPid" resultMap="SysRegionResult">
<include refid="selectSysRegionVo"/> <include refid="selectSysRegionVo"/>
WHERE WHERE
parent_id = #{pid} parent_id = #{pid}

@ -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>

Loading…
Cancel
Save