From 62b09c0676a828ba61b4f1239c68a0e9ffec2f25 Mon Sep 17 00:00:00 2001 From: "litao@lymsh.com" Date: Thu, 9 Nov 2017 09:10:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=95=E6=9C=9F=E3=80=81=E4=BA=A7=E5=90=8E?= =?UTF-8?q?=E3=80=81=E5=84=BF=E7=AB=A5=E4=BC=98=E6=83=A0=E5=88=B8=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=BB=9F=E8=AE=A1=E4=B8=89=E4=B8=AA=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E5=84=BF=EF=BC=8C=E4=BD=BF=E7=94=A8=E5=88=B8=E6=95=B0=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E5=BA=94=E6=8C=89=E7=85=A7=E4=BD=BF=E7=94=A8=E4=BA=BA?= =?UTF-8?q?=E3=80=81=E4=BD=BF=E7=94=A8=E6=97=B6=E9=97=B4=E9=99=8D=E5=BA=8F?= =?UTF-8?q?=E6=8E=92=E5=88=97?= 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 | 1 + 1 file changed, 1 insertion(+) 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 150c4ba..bc77db2 100644 --- a/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml +++ b/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml @@ -376,6 +376,7 @@ and a.use_date #{endDate} + order by a.user_id desc, a.use_date desc limit #{currentPage},#{pageSize} -- 1.8.3.1