Commit fcb82cf9 by hzc

测试报表四-修改小于平均数标识

parent d755aeac
...@@ -586,7 +586,7 @@ public class IndicatorsReportService { ...@@ -586,7 +586,7 @@ public class IndicatorsReportService {
indReportData.getBatterAverageIndCount()+1); indReportData.getBatterAverageIndCount()+1);
} }
}else {//正向 }else {//正向
compareAvg=2; compareAvg=3;
if(indReportData.getBadAverageIndCount()==null) { if(indReportData.getBadAverageIndCount()==null) {
indReportData.setBadAverageIndCount(1); indReportData.setBadAverageIndCount(1);
}else { }else {
......
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