From c1c588805d5e40d07c2b600808d40d3f5500d2ba Mon Sep 17 00:00:00 2001 From: gongbiao Date: Thu, 18 Jul 2019 14:48:22 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8D=A1=E8=AE=A2=E5=8D=95][=E4=BF=AE?= =?UTF-8?q?=E6=94=B9][=E6=8C=81=E5=8D=A1=E4=BA=BA=E6=A8=A1=E7=B3=8A?= =?UTF-8?q?=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/WxCardInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml b/mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml index a663a50f4..1119c84fc 100644 --- a/mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml @@ -179,7 +179,7 @@ and ci.`create_date` between #{startdate} and #{enddate} - and ou.`nick_name` = #{onickName} + and ou.`nick_name` like concat('%',#{onickName},'%') and co.`coupon_order_status` in