|
@@ -86,6 +86,12 @@ public class SyncExamDataExecutor implements NodeExecuter<Long, ExamRecordData,
|
|
|
data.setFaceSuccessPercent(examRecordData.getFaceSuccessPercent());
|
|
|
data.setFaceVerifyResult(examRecordData.getFaceVerifyResult() == null ? null : examRecordData.getFaceVerifyResult().toString());
|
|
|
data.setBaiduFaceLivenessSuccessPercent(examRecordData.getBaiduFaceLivenessSuccessPercent());
|
|
|
+ data.setTotalScore(examRecordData.getTotalScore());
|
|
|
+ data.setObjectiveScore(examRecordData.getObjectiveScore());
|
|
|
+ data.setObjectiveAccuracy(examRecordData.getObjectiveAccuracy());
|
|
|
+ data.setSubjectiveScore(examRecordData.getSubjectiveScore());
|
|
|
+ data.setSuccPercent(examRecordData.getSuccPercent());
|
|
|
+
|
|
|
return data;
|
|
|
}
|
|
|
|