|
@@ -317,6 +317,7 @@
|
317
|
317
|
,usertime =#{user.usertime},createtime=#{user.createtime},usersex=#{user.usersex}
|
318
|
318
|
<if test="user.userphone!=null and user.userphone!=''">,userphone =#{user.userphone}</if>
|
319
|
319
|
<if test="user.bindphoned!=null">,bindphoned =#{user.bindphoned}</if>
|
|
320
|
+ <if test="user.headpic!=null and user.headpic!=''">,headpic=#{user.headpic}</if>
|
320
|
321
|
where userid=#{user.userid}
|
321
|
322
|
</update>
|
322
|
323
|
</mapper>
|