|
@@ -154,6 +154,9 @@
|
|
<if test="wxOpenid != null">
|
|
<if test="wxOpenid != null">
|
|
wx_openid_ = #{wxOpenid},
|
|
wx_openid_ = #{wxOpenid},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="password != null">
|
|
|
|
+ password_ = #{password},
|
|
|
|
+ </if>
|
|
<if test="avatar != null">
|
|
<if test="avatar != null">
|
|
avatar_ = #{avatar},
|
|
avatar_ = #{avatar},
|
|
</if>
|
|
</if>
|