|
|
@@ -46,7 +46,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="deptId != null ">
|
|
|
AND (t1.dept_id = #{deptId} OR t1.dept_id IN ( SELECT t.dept_id FROM sys_dept t WHERE find_in_set(#{deptId}, ancestors) ))
|
|
|
</if>
|
|
|
- <if test="examTypes != null and examTypes != ''"> and (t1.exam_types is null or t.exam_types = #{examTypes})</if>
|
|
|
+ <if test="examTypes != null and examTypes != ''"> and (t1.exam_types is null or t1.exam_types = #{examTypes})</if>
|
|
|
<if test="location != null and location != ''"> and t1.location = #{location}</if>
|
|
|
<if test="pro != null "> and t1.pro = #{pro}</if>
|
|
|
<if test="city != null "> and t1.city = #{city}</if>
|