From 3416296f0cd6f681a745edad98ee7dcd80504a2f Mon Sep 17 00:00:00 2001 From: linfso Date: Sat, 14 Dec 2024 17:54:23 +0800 Subject: [PATCH] md --- .../src/main/resources/mapper/EmisCustomerAddressMapper.xml | 2 +- emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/emis-oms-biz/src/main/resources/mapper/EmisCustomerAddressMapper.xml b/emis-oms-biz/src/main/resources/mapper/EmisCustomerAddressMapper.xml index e62b23c..0d3dc98 100644 --- a/emis-oms-biz/src/main/resources/mapper/EmisCustomerAddressMapper.xml +++ b/emis-oms-biz/src/main/resources/mapper/EmisCustomerAddressMapper.xml @@ -79,7 +79,7 @@ and FIND_IN_SET(use_site_code, #{useSiteCode}) - and ( name like concat(#{searchValue}, '%') or phone like concat(#{searchValue}, '%') or company like concat(#{searchValue}, '%') ) + and ( name like concat('%',#{searchValue}, '%') or phone like concat('%',#{searchValue}, '%') or company like concat('%',#{searchValue}, '%') ) diff --git a/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml index df6e776..d9709f7 100644 --- a/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -583,7 +583,6 @@ and a.create_time #{params.endCreateTime} -