瀏覽代碼

改造答卷数据记录的存储与查询,改成单条统一存储 单词查询逻辑匹配数据

zhaosongshan 7 月之前
父節點
當前提交
1e7c20d8ba

+ 0 - 1
snowy-plugin/snowy-plugin-exam/snowy-plugin-exam-func/src/main/java/vip/xiaonuo/exam/service/impl/ExamPaperQuestionCustomerAnswerServiceImpl.java

@@ -60,7 +60,6 @@ public class ExamPaperQuestionCustomerAnswerServiceImpl extends BaseServiceImpl<
 
     @Override
     public ExamPaperSubmitItemVM examPaperQuestionCustomerAnswerToVM(ExamPaperQuestionCustomerAnswer qa, TextContent textContent) {
-        System.out.println("qaqaqaqaqaqa "+qa);
         ExamPaperSubmitItemVM examPaperSubmitItemVM = new ExamPaperSubmitItemVM();
         examPaperSubmitItemVM.setId(qa.getId());
         examPaperSubmitItemVM.setQuestionId(qa.getQuestionId());