Jelajahi Sumber

fix 考试地点

he2802 3 tahun lalu
induk
melakukan
b493130a80

+ 2 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/exam/bo/ExamApplyQueryBo.java

@@ -110,4 +110,6 @@ public class ExamApplyQueryBo extends BaseEntity {
 
 	@ApiModelProperty("考试日期")
 	private Long examTime;
+
+
 }

+ 2 - 2
zhongzheng-system/src/main/resources/mapper/modules/exam/ExamApplyMapper.xml

@@ -391,8 +391,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                 LEFT JOIN exam_site es ON es.site_id = eas.site_id
         WHERE
             1=1
-        <if test="siteAddress != null and siteAddress != ''">
-            AND es.site_address = #{siteAddress}
+        <if test="applySiteAddress != null and applySiteAddress != ''">
+            AND es.site_address = #{applySiteAddress}
         </if>
         <if test="applyId != null and applyId != ''">
             AND eas.apply_id = #{applyId}