|
@@ -1740,11 +1740,11 @@ public class ReportIndexResultServiceImpl extends AbstractCrudService<ReportInde
|
|
|
if (riskGrade.equals(1)) {
|
|
|
highRiskList = getReportCountByScoreRange(0, 60, formattedDate);
|
|
|
}else if (riskGrade.equals(2)){
|
|
|
- highRiskList = getReportCountByScoreRange(60, 70, formattedDate);
|
|
|
+ highRiskList = getReportCountByScoreRange(60, 69, formattedDate);
|
|
|
}else if (riskGrade.equals(3)){
|
|
|
- highRiskList = getReportCountByScoreRange(70, 80, formattedDate);
|
|
|
+ highRiskList = getReportCountByScoreRange(69, 70, formattedDate);
|
|
|
}else if (riskGrade.equals(4)){
|
|
|
- highRiskList = getReportCountByScoreRange(80, 100, formattedDate);
|
|
|
+ highRiskList = getReportCountByScoreRange(70, 100, formattedDate);
|
|
|
}
|
|
|
if (CollectionUtils.isNotEmpty(highRiskList)) {
|
|
|
List<Integer> idList = new ArrayList<>();
|