select a.user_id, university from questions_pass_record a left join user_info b on a.user_id = b.user_id where date>='2022-01-01'