From 94fb00acc6d04ad5f6da66972074b2b3891ac137 Mon Sep 17 00:00:00 2001 From: "litao@lymsh.com" Date: Wed, 15 Nov 2017 17:16:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mainOrm/master/CouponMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 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 8592c08..d282224 100644 --- a/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml +++ b/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml @@ -299,10 +299,10 @@ #{type} - and b.use_date >= #{startDate} + and b.create_date >= #{startDate} - and b.use_date #{endDate} + and b.create_date #{endDate} @@ -388,7 +388,7 @@ and a.create_date #{endDate} - order by a.create_date desc, a.user_id desc + order by a.use_date desc, a.user_id desc limit #{currentPage},#{pageSize} -- 1.8.3.1