|
@@ -124,6 +124,9 @@
|
|
124
|
</if>
|
124
|
</if>
|
|
125
|
<if test="difficultyLevel != null and difficultyLevel != ''">and difficulty_level = #{difficultyLevel}</if>
|
125
|
<if test="difficultyLevel != null and difficultyLevel != ''">and difficulty_level = #{difficultyLevel}</if>
|
|
126
|
<if test="gender != null and gender != ''">and gender = #{gender}</if>
|
126
|
<if test="gender != null and gender != ''">and gender = #{gender}</if>
|
|
|
|
127
|
+ <if test="discriminationType != null and discriminationType != ''">
|
|
|
|
128
|
+ and discrimination_type = #{discriminationType}
|
|
|
|
129
|
+ </if>
|
|
127
|
<if test="actingSupervisorId != null ">and acting_supervisor_id = #{actingSupervisorId}</if>
|
130
|
<if test="actingSupervisorId != null ">and acting_supervisor_id = #{actingSupervisorId}</if>
|
|
128
|
<if test="actingSupervisorName != null and actingSupervisorName != ''">and acting_supervisor_name like
|
131
|
<if test="actingSupervisorName != null and actingSupervisorName != ''">and acting_supervisor_name like
|
|
129
|
concat('%', #{actingSupervisorName}, '%')
|
132
|
concat('%', #{actingSupervisorName}, '%')
|