update user set nickname = #{nickname,jdbcType=VARCHAR}, mobile = #{mobile,jdbcType=VARCHAR}, society_tag = #{societyTag,jdbcType=VARCHAR}, audit_status=1 where id = #{id,jdbcType=VARCHAR} update user a,user_lock_release b set a.share_type = 1,a.transfer_time = #{time} where b.status=1 and b.`type`=0 and a.id=b.uid update user set share_type =2,aid = #{aid} where id= #{uid}