From 9192139a8d8ac85a48ebce405616ce32dd30e4d0 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Wed, 6 Nov 2019 00:10:00 +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][=E8=AF=A6?= =?UTF-8?q?=E6=83=85]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxMerchantMapper.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml b/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml index af23cdbba..e74dbc0bf 100644 --- a/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml @@ -504,14 +504,13 @@ and o.tenant_id=#{tenantId} and cm.`merchant_id` = #{id} - and mb.merchant_id = #{id} - and mb.`name` like concat('%', #{userName},'%') + and cb.`name` like concat('%', #{userName},'%') - and mb.`phone` like concat('%', #{phone},'%') + and cb.`phone` like concat('%', #{phone},'%') and co.`title` like concat('%', #{couponName},'%')