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},'%')