|
@@ -226,9 +226,6 @@
|
|
<if test="searchParams.type != null">
|
|
<if test="searchParams.type != null">
|
|
and jre.approve_status = #{searchParams.type}
|
|
and jre.approve_status = #{searchParams.type}
|
|
</if>
|
|
</if>
|
|
- <if test="searchParams.type = null">
|
|
|
|
- and jre.approve_status > 0
|
|
|
|
- </if>
|
|
|
|
<if test="searchParams.sex != null">
|
|
<if test="searchParams.sex != null">
|
|
and jre.sex_ = #{searchParams.sex}
|
|
and jre.sex_ = #{searchParams.sex}
|
|
</if>
|
|
</if>
|