Commit 4df77f4d by 邹磊浩

修改代码

parent 40cda699
...@@ -149,7 +149,6 @@ public class DbErrorListServiceImpl implements IDbErrorListService { ...@@ -149,7 +149,6 @@ public class DbErrorListServiceImpl implements IDbErrorListService {
.in(DbQuestionBankAnswerTestPaper::getQuestionBankId, questionBankIds)) .in(DbQuestionBankAnswerTestPaper::getQuestionBankId, questionBankIds))
.stream() .stream()
.collect(Collectors.groupingBy(DbQuestionBankAnswerTestPaper::getQuestionBankId)); .collect(Collectors.groupingBy(DbQuestionBankAnswerTestPaper::getQuestionBankId));
//选项set至每道题目中 //选项set至每道题目中
records.parallelStream().forEach(myErrorTopicListVo -> { records.parallelStream().forEach(myErrorTopicListVo -> {
//判读是否收藏 //判读是否收藏
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment