|
@@ -25,8 +25,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<include refid="selectTWhitelistVo"/>
|
|
<include refid="selectTWhitelistVo"/>
|
|
<where>
|
|
<where>
|
|
1 = 1
|
|
1 = 1
|
|
- <if test="phone != null and phone != ''"> and phone = #{phone}</if>
|
|
|
|
- <if test="description != null and description != ''"> and description = #{description}</if>
|
|
|
|
|
|
+ <if test="phone != null and phone != ''"> and phone like concat('%', #{phone}, '%')</if>
|
|
|
|
+ <if test="description != null and description != ''"> and description like concat('%', #{description}, '%')</if>
|
|
<if test="revision != null "> and revision = #{revision}</if>
|
|
<if test="revision != null "> and revision = #{revision}</if>
|
|
</where>
|
|
</where>
|
|
and del_flag = 0 order by id desc
|
|
and del_flag = 0 order by id desc
|