Browse Source

报停修改2

jonbo 1 năm trước cách đây
mục cha
commit
c734308ec1

+ 2 - 2
collect-fees/collect-fees-service/src/main/resources/mapper/userprofilemgt/DaBtLogMapper.xml

@@ -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'">