From 110be563bfa49e0308c238c3465df50a96692fea Mon Sep 17 00:00:00 2001 From: litao Date: Fri, 9 Jun 2017 15:09:41 +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 --- .../main/resources/mainOrm/master/CouponMapper.xml | 8 +++- .../operate/web/controller/ReportController.java | 14 +++---- .../web/service/impl/ReportServiceImpl.java | 46 +++++----------------- .../lyms/platform/operate/web/utils/PageUtil.java | 7 ++++ 4 files changed, 27 insertions(+), 48 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 c5d8268..d6c5d60 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,9 @@ and a.use_date #{endDate} - limit #{currentPage},#{pageSize} + + limit #{currentPage},#{pageSize} +