Commit d68ba542 by zhangkb

修改计算同比参数取值

parent df06943f
......@@ -226,7 +226,7 @@ public class IndicatorsReportService {
}
//算平均分同比
String averageRate = CalculateUtils.calGowth(currentActualAverage.getValue(),
sameActualAverage.getValue(), indRule);
sameActualAverage.getValue(), driveIndDef.getGrowCalType());
indReportData.setAverageRate(averageRate);
//计算变化趋势
if(StringUtils.isNotBlank(averageRate)) {
......
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