表中有sort (排序)字段 在controller层该怎做啊 小白问题
List<实体类> list = dao.getList();list.sort(comparer); //传入一个comparer排序return list;