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} -