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