insert into user(id,username,password,email,lastPasswordResetDate) values (#{id},#{username},#{password},#{email},current_timestamp())