//排序 //从小到大 processDOList.sort(Comparator.comparing(FlowProcessDO::getCreateTime)); //倒序 Collections.reverse(processDOList);
输出情况
//排序 //从小到大 processDOList.sort(Comparator.comparing(FlowProcessDO::getCreateTime)); //倒序 Collections.reverse(processDOList);
输出情况