|
@@ -217,12 +217,13 @@ public class ReportSubjectRangeController extends BaseExamController {
|
|
if (objective!=null && objective) {
|
|
if (objective!=null && objective) {
|
|
ScoreReportObjectiveThread thread = new ScoreReportObjectiveThread(map, reportService, false);
|
|
ScoreReportObjectiveThread thread = new ScoreReportObjectiveThread(map, reportService, false);
|
|
taskExecutor.submit(thread);
|
|
taskExecutor.submit(thread);
|
|
|
|
+ return "redirect:/admin/exam/reportSubjectRange?subjectCode=" + subjectCode + "&range=" + 10 +"&objective="+objective;
|
|
} else {
|
|
} else {
|
|
ScoreReportThread thread = new ScoreReportThread(map, reportService, false);
|
|
ScoreReportThread thread = new ScoreReportThread(map, reportService, false);
|
|
taskExecutor.submit(thread);
|
|
taskExecutor.submit(thread);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- return "redirect:/admin/exam/reportSubjectRange?subjectCode=" + subjectCode + "&range=" + 10 +"&objective="+objective;
|
|
|
|
|
|
+ return "redirect:/admin/exam/reportSubjectRange?subjectCode=" + subjectCode + "&range=" + 10;
|
|
}
|
|
}
|
|
|
|
|
|
private JSONArray getScoreRange(String scoreRange, double totalScore, Integer totalCount, int range) {
|
|
private JSONArray getScoreRange(String scoreRange, double totalScore, Integer totalCount, int range) {
|