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