【增加】试题推送试题库,学生登录返回i性别字段

This commit is contained in:
YOHO\20373
2025-05-23 10:57:56 +08:00
parent 4377f84036
commit bd63add5fc
8 changed files with 175 additions and 41 deletions

View File

@@ -69,7 +69,8 @@ public class MysqlServericeImpl implements IMysqlServerice {
.map(ExamQuestionAnswer::getAnswerId) // 提取每个对象的 answerId
.collect(Collectors.toList());
//得到总计得分点
totalKeyScore=examMysqlKeywordMapper.selectByAnswerIds(answerIdList);
System.out.println(answerIdList);
totalKeyScore=examMysqlKeywordMapper.selectByAnswerIds(answerIdList);
}
answerLogPath = filepath.getParent() + File.separator + "log.txt";