From e73bf823e04445e2928622380c1c3d89ad937d15 Mon Sep 17 00:00:00 2001 From: xhxu Date: Wed, 2 Dec 2020 11:22:47 +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 0955c40a0..fddb44442 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml @@ -881,6 +881,9 @@ and c.id = #{couponId} + + and c.title = #{title} + and c.business = #{business}