|
@@ -32,7 +32,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="level != null "> and level = #{level}</if>
|
|
<if test="level != null "> and level = #{level}</if>
|
|
|
<if test="questionsCount != null "> and questionsCount = #{questionsCount}</if>
|
|
<if test="questionsCount != null "> and questionsCount = #{questionsCount}</if>
|
|
|
<if test="locations != null and locations != ''"> and locations = #{locations}</if>
|
|
<if test="locations != null and locations != ''"> and locations = #{locations}</if>
|
|
|
- <if test="examineeTypes != null and examineeTypes != ''"> and examineeTypes = #{examineeTypes}</if>
|
|
|
|
|
|
|
+ <if test="examineeTypes != null and examineeTypes != ''"> and (examineeTypes is null or find_in_set(#{examineeTypes}, examineeTypes))</if>
|
|
|
</where>
|
|
</where>
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|