|
@@ -266,7 +266,7 @@ public class ExportStudentAnswerAndScoreDetailTask {
|
|
|
headers.put("key", key);
|
|
|
headers.put("token", token);
|
|
|
|
|
|
- String url = sysProperty.getServerUrl() + "/api/ecs_oe_admin/exam/score/statistic/list";
|
|
|
+ String url = sysProperty.getServerUrl() + "/api/ecs_oe_admin/exam/score/statistic/list/for/tool";
|
|
|
List<ExamStudentScoreVO> all = new ArrayList<>();
|
|
|
JsonMapper jsonMapper = new JsonMapper();
|
|
|
|