141142143144145146147148
} } catch (ZkException e) { throw new ArbitrateException("listRemedyIndexs", pipelineId.toString(), e); } Collections.sort(datas, new RemedyIndexComparator()); // 做一下排序 return datas; }