|
@@ -806,6 +806,7 @@ public class CloudMarkingTaskUtils {
|
|
|
log.info("云阅卷:调用考试成绩考生查询接口返回值为null");
|
|
|
throw new RuntimeException("云阅卷:调用考试成绩考生查询接口返回值为null");
|
|
|
}
|
|
|
+ log.info("云阅卷返回考生数据:{}", JSONObject.toJSON(res).toString());
|
|
|
return JSONObject.parseArray(JSONObject.toJSON(res).toString(), Map.class);
|
|
|
}
|
|
|
|