From 5e8907f1797a0f2028ab0731755941cf9ff7fc08 Mon Sep 17 00:00:00 2001 From: admin <2780501319@qq.com> Date: 星期六, 02 十一月 2019 00:29:27 +0800 Subject: [PATCH] RocketMQ消息实体改造 --- 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