From 2d3afb55aed07f9780ab46aefbdc7d520cdff576 Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期二, 26 十一月 2019 15:44:22 +0800 Subject: [PATCH] 品牌排序 --- fanli/src/main/java/com/yeshi/fanli/controller/client/v2/UserCouponControllerV2.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/controller/client/v2/UserCouponControllerV2.java b/fanli/src/main/java/com/yeshi/fanli/controller/client/v2/UserCouponControllerV2.java index 9d29dc7..77a822c 100644 --- a/fanli/src/main/java/com/yeshi/fanli/controller/client/v2/UserCouponControllerV2.java +++ b/fanli/src/main/java/com/yeshi/fanli/controller/client/v2/UserCouponControllerV2.java @@ -110,7 +110,7 @@ long count = UserSystemCouponService.countUserCouponList(uid); - List<UserSystemCouponVO> resultList = UserSystemCouponService.getCouponList((page - 1) * Constant.PAGE_SIZE, Constant.PAGE_SIZE, uid); + List<UserSystemCouponVO> resultList = UserSystemCouponService.getCouponList(acceptData,(page - 1) * Constant.PAGE_SIZE, Constant.PAGE_SIZE, uid); if (resultList == null) { resultList = new ArrayList<UserSystemCouponVO>(); } -- Gitblit v1.8.0