@@ -93,7 +93,7 @@
<if test="jName != null and jName != ''">and a.j_name like concat('%', #{jName}, '%')</if>
<if test="jShState != null ">and a.j_sh_state = #{jShState}</if>
<if test = "userId != null">and a.user_id = #{userId}</if>
- and j_sex is not null and j_sh_state = 2
+ and j_sex is not null and j_sh_state = 3
</where>
</select>