Commit 1f24d617 by zhangkb

修改报表3数据

parent d8d3a3df
......@@ -256,10 +256,10 @@ public class IndicatorsReportService {
}
}
//type:0 从小到大 1从大到小
//type:0 前三 1末三
private List<IndicatorsReportThree> fillImproveHeadAndAfterCount(Map<String,Integer> resultRank
,List<IndicatorsReportThree> dataList,Integer type){
resultRank = CalculateUtils.sortMapByValue(resultRank,type);
resultRank = CalculateUtils.sortMapByValue(resultRank,0);
int limitNum = 0;
for(IndicatorsReportThree indReportData : dataList) {
//判断是否存在
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment