select
job_id,
boss_id,
company_id
from
(
company_id,
job_city
job_info
where
post_time >= '2021-01-01'
or job_city = '上海'
) t
order by