|
@@ -352,7 +352,6 @@ public class ExamPaperStructureServiceImpl extends ServiceImpl<ExamPaperStructur
|
|
|
ExamPaperStructureStatusEnum status = basicPaperInfo.getStatus();
|
|
|
String objectiveStructure = JSON.toJSONString(paperStructureInfo.getObjectiveQuestionList());
|
|
|
String subjectiveStructure = JSON.toJSONString(paperStructureInfo.getSubjectiveQuestionList());
|
|
|
- String paperInfoJson = JSON.toJSONString(evaluationParameters);
|
|
|
Long propositionTeacherId = requestUser.getId();
|
|
|
Long examPaperStructureId = basicPaperInfo.getExamPaperStructureId();
|
|
|
String sequence = basicPaperInfo.getSequence();
|