From 3a8e1524dcf0eeb610d38123d5f0a3ef838379cd Mon Sep 17 00:00:00 2001
From: linzhijie <19970921lzj>
Date: 星期一, 12 四月 2021 15:44:53 +0800
Subject: [PATCH] Merge branch '20210406-maqv2' into 20210412-youhua

---
 src/main/java/com/ots/project/exam/service/ExamPaperQuestionCustomerAnswerService.java |   24 ++----------------------
 1 files changed, 2 insertions(+), 22 deletions(-)

diff --git a/src/main/java/com/ots/project/exam/service/ExamPaperQuestionCustomerAnswerService.java b/src/main/java/com/ots/project/exam/service/ExamPaperQuestionCustomerAnswerService.java
index e11544c..5694e85 100644
--- a/src/main/java/com/ots/project/exam/service/ExamPaperQuestionCustomerAnswerService.java
+++ b/src/main/java/com/ots/project/exam/service/ExamPaperQuestionCustomerAnswerService.java
@@ -1,38 +1,18 @@
 package com.ots.project.exam.service;
-
 import com.github.pagehelper.PageInfo;
 import com.ots.project.exam.domain.ExamPaperQuestionCustomerAnswer;
 import com.ots.project.exam.dto.ExamPaperAnswerUpdate;
 import com.ots.project.exam.viewmodel.ExamPaperSubmitItemVM;
 import com.ots.project.exam.viewmodel.QuestionPageStudentRequestVM;
-
 import java.util.List;
-
 public interface ExamPaperQuestionCustomerAnswerService extends BaseService<ExamPaperQuestionCustomerAnswer> {
-
     PageInfo<ExamPaperQuestionCustomerAnswer> studentPage(QuestionPageStudentRequestVM requestVM);
-
     List<ExamPaperQuestionCustomerAnswer> selectListByPaperAnswerId(Integer id);
-
-    /**
-     * 璇曞嵎鎻愪氦绛旀鍏ュ簱
-     *
-     * @param examPaperQuestionCustomerAnswers List<ExamPaperQuestionCustomerAnswer>
-     */
+    
     void insertList(List<ExamPaperQuestionCustomerAnswer> examPaperQuestionCustomerAnswers);
-
-    /**
-     * 璇曞嵎闂绛旈淇℃伅杞垚ViewModel 浼犵粰鍓嶅彴
-     *
-     * @param qa ExamPaperQuestionCustomerAnswer
-     * @return ExamPaperSubmitItemVM
-     */
+    
     ExamPaperSubmitItemVM examPaperQuestionCustomerAnswerToVM(ExamPaperQuestionCustomerAnswer qa);
-
-
     Integer selectAllCount();
-
     List<Integer> selectMothCount();
-
     int updateScore(List<ExamPaperAnswerUpdate> examPaperAnswerUpdates);
 }

--
Gitblit v1.9.1