From 5e873863bc7324894c89b0a0fc77a6202c91cd64 Mon Sep 17 00:00:00 2001
From: wzp <516075396@qq.com>
Date: 星期二, 06 四月 2021 10:35:42 +0800
Subject: [PATCH] 20210406

---
 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