From 659ab716192991c264eccec4163081776087e747 Mon Sep 17 00:00:00 2001 From: xhxu Date: Mon, 14 Dec 2020 16:08:24 +0800 Subject: [PATCH] bug --- .../resources/mapper/WxMerchantMapper.xml | 35 +++++-------------- 1 file changed, 9 insertions(+), 26 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml b/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml index 5ad51c895..b4926c8f3 100644 --- a/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml @@ -197,38 +197,21 @@ and status in(2,3,4)) r on m.id=r.merchant_id + order by ${sortColumns} @@ -272,11 +255,11 @@ and m.`img_url` like concat('%', #{imgUrl},'%') - + and m.`name` like concat('%', #{name},'%') - + and m.`link_phone` like concat('%', #{linkPhone},'%') @@ -362,7 +345,7 @@ - order by ${sortColumns} +