|
@@ -10,8 +10,8 @@
|
|
|
select * from tf_ywys_da_bt_log where 1=1
|
|
|
|
|
|
<if test="searchText != null and searchText != ''">
|
|
|
- and ( CUSTOMER_NO like '%${searchText}%' or CUSTOMER_NAME like '%${SearchText}%' or CUSTOMER_ADDRESS like
|
|
|
- '%${SearchText}%' or PHONE like '%${SearchText}%' )
|
|
|
+ and ( CUSTOMER_NO like '%${searchText}%' or CUSTOMER_NAME like '%${searchText}%' or CUSTOMER_ADDRESS like
|
|
|
+ '%${searchText}%' or PHONE like '%${searchText}%' )
|
|
|
</if>
|
|
|
|
|
|
<if test="companyBranch !=null and companyBranch!='' and companyBranch!='all'">
|