|
@@ -92,7 +92,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
|
<select id="getStudentByOpenId" parameterType="String" resultType="com.miaxis.common.core.domain.entity.UserInfo">
|
|
|
select * from user_info
|
|
|
- where open_id = #{openId}
|
|
|
+ where openid = #{openId}
|
|
|
</select>
|
|
|
|
|
|
<select id="getStudentByUnionid" parameterType="String" resultType="com.miaxis.common.core.domain.entity.UserInfo">
|