|
@@ -343,11 +343,11 @@ public class UpdateQuestionScoreService {
|
|
//更新修改后的试卷结构
|
|
//更新修改后的试卷结构
|
|
mongoTemplate.save(paperStructBean, "examRecordPaperStruct");
|
|
mongoTemplate.save(paperStructBean, "examRecordPaperStruct");
|
|
System.out.println(String.format("1.2.更新第%d条试卷结构数据成功---examRecordDataId=%s,paperStructId=%s",
|
|
System.out.println(String.format("1.2.更新第%d条试卷结构数据成功---examRecordDataId=%s,paperStructId=%s",
|
|
- ++effectiveNum, record.getId(), record.getPaperStructId()));
|
|
|
|
|
|
+ ++effectiveNum2, record.getId(), record.getPaperStructId()));
|
|
|
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
System.out.println(String.format("1.2.更新第%d条试卷结构数据失败---examRecordDataId=%s,paperStructId=%s",
|
|
System.out.println(String.format("1.2.更新第%d条试卷结构数据失败---examRecordDataId=%s,paperStructId=%s",
|
|
- ++effectiveNum, record.getId(), record.getPaperStructId()));
|
|
|
|
|
|
+ ++effectiveNum2, record.getId(), record.getPaperStructId()));
|
|
throw new StatusException("100003", e.getMessage(), e);
|
|
throw new StatusException("100003", e.getMessage(), e);
|
|
}
|
|
}
|
|
|
|
|