From 047633d543f7e714e0b07d98b23ac3fd3a2da16f Mon Sep 17 00:00:00 2001 From: liquanyu Date: Thu, 2 Aug 2018 15:12:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=8A=B5=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml b/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml index 8eeaec0..b05cfb7 100644 --- a/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml +++ b/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml @@ -982,7 +982,7 @@ and c.use_date >= #{startDate} - and c.use_date #{endDate} + and c.use_date #{endDate} GROUP BY user_id having count(1) >= (select count(1) from hospital_coupon_template_group h,coupon_template t ,coupon_type p -- 1.8.3.1