|
|
@@ -463,6 +463,7 @@
|
|
|
tpi.into_no LIKE concat('%',my_ex.likequery(#{searchText}),'%')
|
|
|
or tmc.cus_phone LIKE concat('%',my_ex.likequery(#{searchText}),'%')
|
|
|
or tmc.cus_name LIKE concat('%',my_ex.likequery(#{searchText}),'%')
|
|
|
+ or tmc.address_full LIKE concat('%',my_ex.likequery(#{searchText}),'%')
|
|
|
)
|
|
|
</if>
|
|
|
<if test="whList != null and whList.size()>0">
|