fanli/src/main/resource/mapping/UserInfoMapper.xml
@@ -284,6 +284,14 @@ LIMIT 1 </select> <select id="getEffectiveUserInfoByOpenId" resultMap="BaseResultMap"> select <include refid="Base_Column_List" /> from yeshi_ec_user where identifycode=#{openId} AND system=#{system} AND state = 0 LIMIT 1 </select> <select id="getEffectiveUserInfoByWXOpenId" resultMap="BaseResultMap"> select