【增加】试题推送试题库,学生登录返回i性别字段
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user