insert into sys_auth_user( uuid, user_id, user_name, nick_name, avatar, email, source, create_time )values( #{uuid}, #{userId}, #{userName}, #{nickName}, #{avatar}, #{email}, #{source}, now() ) delete from sys_auth_user where auth_id = #{authId}