|
@@ -44,7 +44,7 @@ public class SyncExamDataExecutor implements NodeExecuter<Long, ExamRecordData,
|
|
//同步数据
|
|
//同步数据
|
|
SyncExamDataReq syncReq = new SyncExamDataReq();
|
|
SyncExamDataReq syncReq = new SyncExamDataReq();
|
|
syncReq.setExamRecordData(copyExamRecordDataFrom(examRecordData));
|
|
syncReq.setExamRecordData(copyExamRecordDataFrom(examRecordData));
|
|
- syncExamDataCloudService.syncExamRecordData(syncReq);
|
|
|
|
|
|
+ syncExamDataCloudService.syncExamData(syncReq);
|
|
|
|
|
|
return null;
|
|
return null;
|
|
}
|
|
}
|