|
@@ -630,6 +630,8 @@ public class ReportController {
|
|
|
jsonObject.accumulate("excellentRate", r.getExcellentRate());
|
|
|
jsonObject.accumulate("passCount", r.getPassCount());
|
|
|
jsonObject.accumulate("passRate", r.getPassRate());
|
|
|
+ jsonObject.accumulate("coefficient", r.getCoefficient());
|
|
|
+ jsonObject.accumulate("difficulty", r.getDifficulty());
|
|
|
array.add(jsonObject);
|
|
|
}
|
|
|
return array.toString();
|