From 49126edf205ce7549058aa35e496b906a2a82cdd Mon Sep 17 00:00:00 2001 From: xhxu Date: Wed, 2 Dec 2020 11:30:18 +0800 Subject: [PATCH] bug --- .../src/main/resources/mapper/WxCouponOrderMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml index bbf2ebff0..ab1804ee6 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml @@ -884,6 +884,9 @@ and c.title like concat('%', #{title},'%') + + and c.`type` = #{type} + and c.business = #{business}