Browse Source

merge from release_v3.0

deason 5 years ago
parent
commit
0102677b47
31 changed files with 44 additions and 33 deletions
  1. 1 1
      examcloud-core-basic-api-client/pom.xml
  2. 1 1
      examcloud-core-basic-api/pom.xml
  3. 1 1
      examcloud-core-examwork-api-client/pom.xml
  4. 1 1
      examcloud-core-examwork-api/pom.xml
  5. 1 1
      examcloud-core-marking-api-client/pom.xml
  6. 1 1
      examcloud-core-marking-api/pom.xml
  7. 1 1
      examcloud-core-oe-admin-api-client/pom.xml
  8. 2 2
      examcloud-core-oe-admin-api-client/src/main/java/cn/com/qmth/examcloud/core/oe/admin/client/ExamScoreDataCloudServiceClient.java
  9. 1 1
      examcloud-core-oe-admin-api/pom.xml
  10. 0 1
      examcloud-core-oe-admin-api/src/main/java/cn/com/qmth/examcloud/core/oe/admin/api/ExamScoreDataCloudService.java
  11. 13 0
      examcloud-core-oe-admin-api/src/main/java/cn/com/qmth/examcloud/core/oe/admin/api/bean/PagedToBeMarkExamRecordBean.java
  12. 1 1
      examcloud-core-oe-student-api-client/pom.xml
  13. 2 2
      examcloud-core-oe-student-api/pom.xml
  14. 0 1
      examcloud-core-oe-student-api/src/main/java/cn/com/qmth/examcloud/core/oe/student/api/response/GetExamRecordNumResp.java
  15. 1 1
      examcloud-core-oe-task-api-client/pom.xml
  16. 1 1
      examcloud-core-oe-task-api/pom.xml
  17. 1 1
      examcloud-core-print-api-client/pom.xml
  18. 1 1
      examcloud-core-print-api/pom.xml
  19. 1 1
      examcloud-core-questions-api-client/pom.xml
  20. 1 1
      examcloud-core-questions-api/pom.xml
  21. 1 1
      examcloud-core-reports-api-client/pom.xml
  22. 1 1
      examcloud-core-reports-api/pom.xml
  23. 1 1
      examcloud-exchange-inner-api-client/pom.xml
  24. 1 1
      examcloud-exchange-inner-api/pom.xml
  25. 1 1
      examcloud-global-api-client/pom.xml
  26. 1 1
      examcloud-global-api/pom.xml
  27. 1 1
      examcloud-task-api-client/pom.xml
  28. 1 1
      examcloud-task-api/pom.xml
  29. 1 1
      examcloud-ws-api-client/pom.xml
  30. 1 1
      examcloud-ws-api/pom.xml
  31. 2 2
      pom.xml

+ 1 - 1
examcloud-core-basic-api-client/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-core-basic-api-client</artifactId>
 	<packaging>jar</packaging>

+ 1 - 1
examcloud-core-basic-api/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-core-basic-api</artifactId>
 

+ 1 - 1
examcloud-core-examwork-api-client/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-core-examwork-api-client</artifactId>
 	<packaging>jar</packaging>

+ 1 - 1
examcloud-core-examwork-api/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-core-examwork-api</artifactId>
 	<packaging>jar</packaging>

+ 1 - 1
examcloud-core-marking-api-client/pom.xml

@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>examcloud-rpc</artifactId>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 

+ 1 - 1
examcloud-core-marking-api/pom.xml

@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>examcloud-rpc</artifactId>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 

+ 1 - 1
examcloud-core-oe-admin-api-client/pom.xml

@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 
 	<dependencies>

+ 2 - 2
examcloud-core-oe-admin-api-client/src/main/java/cn/com/qmth/examcloud/core/oe/admin/client/ExamScoreDataCloudServiceClient.java

@@ -12,7 +12,8 @@ public class ExamScoreDataCloudServiceClient extends AbstractCloudClientSupport
     private static final long serialVersionUID = 702370114207337204L;
 
     @Override
-    public FindExamScoreDataResp findExamScoreDataByScoreId(FindExamScoreDataReq findExamScoreDataReq) {
+    public FindExamScoreDataResp findExamScoreDataByScoreId(
+            FindExamScoreDataReq findExamScoreDataReq) {
         return post("examScoreData/findExamScoreDataByScoreId", findExamScoreDataReq,
                 FindExamScoreDataResp.class);
     }
@@ -53,5 +54,4 @@ public class ExamScoreDataCloudServiceClient extends AbstractCloudClientSupport
     public GetFinalScoreDataResp getFinalScoreData(GetFinalScoreDataReq req) {
         return post("examScoreData/getFinalScoreData", req, GetFinalScoreDataResp.class);
     }
-
 }

+ 1 - 1
examcloud-core-oe-admin-api/pom.xml

@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 
 	<dependencies>

+ 0 - 1
examcloud-core-oe-admin-api/src/main/java/cn/com/qmth/examcloud/core/oe/admin/api/ExamScoreDataCloudService.java

@@ -75,5 +75,4 @@ public interface ExamScoreDataCloudService extends CloudService {
      */
     GetFinalScoreDataResp getFinalScoreData(GetFinalScoreDataReq req);
 
-
 }

+ 13 - 0
examcloud-core-oe-admin-api/src/main/java/cn/com/qmth/examcloud/core/oe/admin/api/bean/PagedToBeMarkExamRecordBean.java

@@ -57,6 +57,11 @@ public class PagedToBeMarkExamRecordBean implements JsonSerializable {
      */
     private String grade;
 
+    /**
+     * 身份证号
+     */
+    private String identityNumber;
+
     /**
      * 待阅的主观题集合
      */
@@ -141,4 +146,12 @@ public class PagedToBeMarkExamRecordBean implements JsonSerializable {
     public void setGrade(String grade) {
         this.grade = grade;
     }
+
+    public String getIdentityNumber() {
+        return identityNumber;
+    }
+
+    public void setIdentityNumber(String identityNumber) {
+        this.identityNumber = identityNumber;
+    }
 }

+ 1 - 1
examcloud-core-oe-student-api-client/pom.xml

@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-core-oe-student-api-client</artifactId>
 	<dependencies>

+ 2 - 2
examcloud-core-oe-student-api/pom.xml

@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-core-oe-student-api</artifactId>
 
@@ -21,7 +21,7 @@
         <dependency>
             <groupId>cn.com.qmth.examcloud.question</groupId>
             <artifactId>examcloud-question-commons</artifactId>
-            <version>2019-SNAPSHOT</version>
+            <version>v3.0-RELEASE</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>

+ 0 - 1
examcloud-core-oe-student-api/src/main/java/cn/com/qmth/examcloud/core/oe/student/api/response/GetExamRecordNumResp.java

@@ -1,7 +1,6 @@
 package cn.com.qmth.examcloud.core.oe.student.api.response;
 
 import cn.com.qmth.examcloud.api.commons.exchange.BaseResponse;
-import cn.com.qmth.examcloud.core.oe.student.api.bean.FaceBiopsyBean;
 
 /**
  * @Description 获取考试记录数量

+ 1 - 1
examcloud-core-oe-task-api-client/pom.xml

@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 
 	<artifactId>examcloud-core-oe-task-api-client</artifactId>

+ 1 - 1
examcloud-core-oe-task-api/pom.xml

@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 
 	<artifactId>examcloud-core-oe-task-api</artifactId>

+ 1 - 1
examcloud-core-print-api-client/pom.xml

@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 
 	<dependencies>

+ 1 - 1
examcloud-core-print-api/pom.xml

@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 
 	<dependencies>

+ 1 - 1
examcloud-core-questions-api-client/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-core-questions-api-client</artifactId>
 	<packaging>jar</packaging>

+ 1 - 1
examcloud-core-questions-api/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-core-questions-api</artifactId>
 

+ 1 - 1
examcloud-core-reports-api-client/pom.xml

@@ -8,7 +8,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-core-reports-api-client</artifactId>
 	<dependencies>

+ 1 - 1
examcloud-core-reports-api/pom.xml

@@ -8,7 +8,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-core-reports-api</artifactId>
 	<dependencies>

+ 1 - 1
examcloud-exchange-inner-api-client/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-exchange-inner-api-client</artifactId>
 

+ 1 - 1
examcloud-exchange-inner-api/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-exchange-inner-api</artifactId>
 

+ 1 - 1
examcloud-global-api-client/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-global-api-client</artifactId>
 	<packaging>jar</packaging>

+ 1 - 1
examcloud-global-api/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-global-api</artifactId>
 

+ 1 - 1
examcloud-task-api-client/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-task-api-client</artifactId>
 

+ 1 - 1
examcloud-task-api/pom.xml

@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-task-api</artifactId>
 

+ 1 - 1
examcloud-ws-api-client/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 
 	<artifactId>examcloud-ws-api-client</artifactId>

+ 1 - 1
examcloud-ws-api/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
-		<version>2019-SNAPSHOT</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 
 	<artifactId>examcloud-ws-api</artifactId>

+ 2 - 2
pom.xml

@@ -4,11 +4,11 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud</groupId>
 		<artifactId>examcloud-parent</artifactId>
-		<version>2019</version>
+		<version>v3.0-RELEASE</version>
 	</parent>
 	<groupId>cn.com.qmth.examcloud.rpc</groupId>
 	<artifactId>examcloud-rpc</artifactId>
-	<version>2019-SNAPSHOT</version>
+	<version>v3.0-RELEASE</version>
 	<packaging>pom</packaging>
 
 	<modules>