|
@@ -89,6 +89,9 @@
|
|
<if test="type != null and type != ''">
|
|
<if test="type != null and type != ''">
|
|
and type = #{type}
|
|
and type = #{type}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="name != null and name != ''">
|
|
|
|
+ and name like concat('%',#{name},'%')
|
|
|
|
+ </if>
|
|
and sex in
|
|
and sex in
|
|
<foreach collection="sex" item="sexNew" open="(" close=")"
|
|
<foreach collection="sex" item="sexNew" open="(" close=")"
|
|
separator=",">
|
|
separator=",">
|