有两个表
表person
id, name, created_at表votes
id, person_id,  created_at现在我想对表person进行排序
排序要求
(现在的时间 - person创建的时间)/ votes的个数