My site is using votingapi and plus1 modules, user can vote for comments.

There is a promble that how to display comments order by votes's score desc. (sql: order by score desc)

How to do it? thank you!