ccjgmwz преди 3 години
родител
ревизия
944359e855
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/IdentityAuthenticationInfoMapper.xml

+ 2 - 1
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/IdentityAuthenticationInfoMapper.xml

@@ -34,7 +34,8 @@
         and b.delete_flag = '0'
         <if test="searchKeyWord != null and searchKeyWord != ''">
             AND (lower(a.customer_name) like lower(CONCAT('%',#{searchKeyWord},'%'))
-            OR lower(a.customer_phone) like lower(CONCAT('%',#{searchKeyWord},'%')))
+            OR lower(a.customer_phone) like lower(CONCAT('%',#{searchKeyWord},'%'))
+            OR lower(a.supplier) like lower(CONCAT('%',#{searchKeyWord},'%')))
         </if>
         <if test="authenticationStatusKey != null and authenticationStatusKey != ''">
             and a.authentication_status_key=#{authenticationStatusKey}