Prechádzať zdrojové kódy

openId更正为wxOpenId

mingfu 1 mesiac pred
rodič
commit
92e0244618

+ 1 - 1
ie-system/src/main/resources/mapper/system/SysUserMapper.xml

@@ -410,7 +410,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  			<if test="userName != null and userName != ''">user_name = #{userName},</if>
  			<if test="email != null ">email = #{email},</if>
  			<if test="phonenumber != null ">phonenumber = #{phonenumber},</if>
- 			<if test="openId != null ">wx_openid = #{openId},</if>
+ 			<if test="wxOpenId != null ">wx_openid = #{wxOpenId},</if>
  			<if test="sex != null and sex != ''">sex = #{sex},</if>
  			<if test="avatar != null and avatar != ''">avatar = #{avatar},</if>
  			<if test="password != null and password != ''">password = #{password},</if>