Commit d7c9ff99 by zhangkb

修改指标同期比较差比的排序方式

parent 7ec6a9ad
...@@ -811,8 +811,8 @@ public class IndicatorsReportService { ...@@ -811,8 +811,8 @@ public class IndicatorsReportService {
} }
} }
} }
if("1".equals(driveIndDef.getGrowCalType())) {//差比,无论正反向,都有大到小排序 if("1".equals(driveIndDef.getGrowCalType())) {//差比
resultRank = CalculateUtils.rankValue(rankMap, "0"); resultRank = CalculateUtils.rankValue(rankMap, indRule);
}else {//差值 }else {//差值
resultRank = CalculateUtils.rankValue(rankMap, indRule); resultRank = CalculateUtils.rankValue(rankMap, indRule);
} }
......
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