|
@@ -278,7 +278,7 @@ public class GradePaperStructServiceImpl extends ServiceImpl<GradePaperStructMap
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- String cloudInfoJson = cloudMarkingTaskUtils.queryPaperStructure(schoolId, examId, subjectCode, paperType);
|
|
|
+ String cloudInfoJson = cloudMarkingTaskUtils.queryPaperStructure(schoolId, examId, subjectCode, null);
|
|
|
examPaperStructure.setCloudInfoJson(cloudInfoJson);
|
|
|
examPaperStructure.setStructureChange(false);
|
|
|
examPaperStructureService.updateById(examPaperStructure);
|