From d9b876be5c771dcd4ff9c49d91036977ed1de4aa Mon Sep 17 00:00:00 2001 From: gongbiao Date: Fri, 22 Mar 2019 15:22:27 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=8B=BC=E5=9B=A2=E8=90=A5=E9=94=80=E5=88=86?= =?UTF-8?q?=E6=9E=90][=E4=BF=AE=E6=94=B9][=E6=9F=A5=E8=AF=A2]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml b/mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml index 0498c847d..dfd130302 100644 --- a/mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml @@ -116,7 +116,7 @@ and c.coupon_id=#{couponId} - and c.title=#{title} + and c.title like concat('%',#{title},'%')