From d7eaabc471b9f220451b49563797b771004153b7 Mon Sep 17 00:00:00 2001 From: "litao@lymsh.com" Date: Thu, 16 Nov 2017 13:50:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9bug?= 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, 2 deletions(-) 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 aa63796..de0cdf3 100644 --- a/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml +++ b/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml @@ -262,11 +262,9 @@ ) b where a.used_hospital_id = b.hospital_id and a.coupon_template_id = b.id and a.status = 2 --- and a.use_date >= #{startDate} and a.create_date >= #{startDate} --- and a.use_date #{endDate} and a.create_date #{endDate} group by b.coupon_order, b.type, a.used_hospital_id -- 1.8.3.1