现在的需求是需要兼容所有的数据库 优先mysql 和oracle把为空的数据排在最后面
order by case when 字段 is null then 0 else 1 end desc,字段 desc 这样空的就到最后面了