@@ -139,9 +139,8 @@ FROM
<if test="verifyStatus != null and verifyStatus !=''">
and a.verify_status = #{verifyStatus}
</if>
- <if test="sex != null and sex !=''">
+ <if test="sex != null">
and a.sex = #{sex}
- and a.org_id = #{orgid}
</where>
order by a.create_date desc