Browse Source

move package CallType

deason 2 years ago
parent
commit
4452b52b88

+ 2 - 0
examcloud-core-oe-admin-api-provider/src/main/java/cn/com/qmth/examcloud/core/oe/admin/api/provider/ExamRecordForMarkingCloudServiceProvider.java

@@ -298,6 +298,8 @@ public class ExamRecordForMarkingCloudServiceProvider extends ControllerSupport
         data.setFaceVerifyResult(entity.getFaceVerifyResult() == null ? null : entity.getFaceVerifyResult().toString());
         data.setFaceVerifyResult(entity.getFaceVerifyResult() == null ? null : entity.getFaceVerifyResult().toString());
         data.setBaiduFaceLivenessSuccessPercent(entity.getBaiduFaceLivenessSuccessPercent());
         data.setBaiduFaceLivenessSuccessPercent(entity.getBaiduFaceLivenessSuccessPercent());
         data.setFaceLandmarkVal(entity.getFaceLandmarkVal());
         data.setFaceLandmarkVal(entity.getFaceLandmarkVal());
+        data.setRandomPaper(entity.getRandomPaper());
+        data.setPaperScore(entity.getPaperScore());
 
 
         resp.setData(data);
         resp.setData(data);
         return resp;
         return resp;

+ 3 - 0
examcloud-core-oe-admin-api-provider/src/main/java/cn/com/qmth/examcloud/core/oe/admin/api/provider/SyncExamDataCloudServiceProvider.java

@@ -406,6 +406,9 @@ public class SyncExamDataCloudServiceProvider extends ControllerSupport implemen
         result.setRootOrgId(examRecordData.getRootOrgId());
         result.setRootOrgId(examRecordData.getRootOrgId());
         result.setBasePaperId(examRecordData.getBasePaperId());
         result.setBasePaperId(examRecordData.getBasePaperId());
 
 
+        result.setRandomPaper(examRecordData.getRandomPaper());
+        result.setPaperScore(examRecordData.getPaperScore());
+
         // result.setPaperStructId(examRecordData.getPaperStructId());
         // result.setPaperStructId(examRecordData.getPaperStructId());
         result.setPaperType(examRecordData.getPaperType());
         result.setPaperType(examRecordData.getPaperType());