zouxuan 5 年 前
コミット
48d9837ff5

+ 8 - 8
edu-user/edu-user-server/src/main/java/com/keao/edu/user/page/ExamRegistrationQueryInfo.java

@@ -10,8 +10,8 @@ import io.swagger.annotations.ApiModelProperty;
  */
 public class ExamRegistrationQueryInfo extends QueryInfo {
 
-    @ApiModelProperty(value = "合作单位编号")
-    private Integer organId;
+//    @ApiModelProperty(value = "合作单位编号")
+//    private Integer organId;
 
     @ApiModelProperty(value = "考试报名编号")
     private Integer examRegistrationId;
@@ -53,13 +53,13 @@ public class ExamRegistrationQueryInfo extends QueryInfo {
         this.studentId = studentId;
     }
 
-    public Integer getOrganId() {
-        return organId;
-    }
+//    public Integer getOrganId() {
+//        return organId;
+//    }
 
-    public void setOrganId(Integer organId) {
-        this.organId = organId;
-    }
+//    public void setOrganId(Integer organId) {
+//        this.organId = organId;
+//    }
 
     public Integer getExamId() {
         return examId;

+ 1 - 1
edu-user/edu-user-server/src/main/resources/config/mybatis/ExamRegistrationMapper.xml

@@ -141,7 +141,7 @@
 			<if test="examId!=null">
 				AND er.examination_basic_id_ = #{examId}
 			</if>
-			<if test="organId!=null">
+			<if test="organId != null">
 				AND er.organ_id_ = #{organId}
 			</if>
 			<if test="subjectId!=null">