status 是整数 值有1、2、-1正常写法order by `status` desc"但是我们如果想要按照1 2 -1的顺序排序可以这么写order by field(`status`,1,2,-1)