From 7899570fc994b3b9c79b4d7576d5a0f04ee18b79 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Wed, 6 Nov 2019 15:19:15 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=95=86=E6=88=B7=E4=BC=9A=E5=91=98=E6=B6=88?= =?UTF-8?q?=E8=B4=B9=E5=88=97=E8=A1=A8][=E4=BF=AE=E6=94=B9][=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=8F=8A=E8=AF=A6=E6=83=85]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxMerchantMapper.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml b/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml index 504a46592..5e34a64fb 100644 --- a/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml @@ -474,14 +474,14 @@ select id from wx_merchant_b_user where status=0 and merchant_id=#{id} ) - - + + and cb.`name` like concat('%', #{userName},'%') - + and cb.`phone` like concat('%', #{phone},'%') - + and co.`title` like concat('%', #{couponName},'%')