@@ -52,7 +52,7 @@
m.parent_question = #{myId}
</foreach>
</if>
- <if test="sexType != null">
+ <if test="sexType != null and sexType != 3 and sexType != ''">
and t.sex_type in (3, #{sexType})
<if test="age != null">
@@ -221,7 +221,7 @@