|
@@ -404,7 +404,8 @@ public class DataSyncServiceImpl implements DataSyncService {
|
|
|
syncStructureData.setAnswer(m.getString("answer"));
|
|
|
return syncStructureData;
|
|
|
}).collect(Collectors.toList());
|
|
|
- cloudMarkingTaskUtils.syncPaperStructure(schoolId, examId, subjectCode, true, examPaperStructure.getPaperType(), syncObjectiveStructureDatas);
|
|
|
+// cloudMarkingTaskUtils.syncPaperStructure(schoolId, examId, subjectCode, true, examPaperStructure.getPaperType(), syncObjectiveStructureDatas);
|
|
|
+ cloudMarkingTaskUtils.syncPaperStructure(schoolId, examId, subjectCode, true, null, syncObjectiveStructureDatas);
|
|
|
}
|
|
|
|
|
|
String cloudInfoJson = cloudMarkingTaskUtils.queryPaperStructure(schoolId, examId, subjectCode, examPaperStructure.getPaperType());
|