|
@@ -77,8 +77,8 @@
|
|
|
any(#{orgIds, typeHandler=UuidListTypeHandler})
|
|
any(#{orgIds, typeHandler=UuidListTypeHandler})
|
|
|
</if>
|
|
</if>
|
|
|
<if test="searchText !=null">
|
|
<if test="searchText !=null">
|
|
|
- AND ( t.staff_name LIKE concat('%', #{searchText}, '%')
|
|
|
|
|
- or t.staff_phone LIKE concat('%', #{searchText}, '%'))
|
|
|
|
|
|
|
+ AND ( t.staff_name LIKE concat('%', my_ex.likequery(#{searchText}), '%')
|
|
|
|
|
+ or t.staff_phone LIKE concat('%', my_ex.likequery(#{searchText}), '%'))
|
|
|
</if>
|
|
</if>
|
|
|
</where>
|
|
</where>
|
|
|
</sql>
|
|
</sql>
|