xiaofei 2 жил өмнө
parent
commit
6f1839da0e

+ 1 - 0
teachcloud-common/src/main/java/com/qmth/teachcloud/common/sync/CloudMarkingTaskUtils.java

@@ -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);
     }