SELECT a, b, c, d FROM table ORDER BY a DESC;order by 是动态的根据传入的 a,b,c,d 带进去的。我从 orm 插入后是…