From 2967bf24b7e307f1df0e1f4df5bcafd88a5ac865 Mon Sep 17 00:00:00 2001 From: litao Date: Fri, 9 Jun 2017 15:41:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E6=95=B0=E6=8D=AE=E5=AE=8C?= =?UTF-8?q?=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mainOrm/master/CouponMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 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 d6c5d60..23cfc24 100644 --- a/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml +++ b/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml @@ -320,7 +320,7 @@ and a.use_date #{endDate} - + limit #{currentPage},#{pageSize} @@ -445,7 +445,7 @@ and a.create_date #{endDate} - + limit #{currentPage},#{pageSize} -- 1.8.3.1