From c668a337b0313e3f9d31a7ac9328e332ebaf349d Mon Sep 17 00:00:00 2001 From: Cui Zhi Feng <7426394+wuxixiaocui@user.noreply.gitee.com> Date: 星期四, 19 九月 2024 16:36:29 +0800 Subject: [PATCH] 结算明细 订单id --- src/main/java/com/mzl/flower/service/coupon/CouponRecordService.java | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/mzl/flower/service/coupon/CouponRecordService.java b/src/main/java/com/mzl/flower/service/coupon/CouponRecordService.java index 4efcf6b..a416242 100644 --- a/src/main/java/com/mzl/flower/service/coupon/CouponRecordService.java +++ b/src/main/java/com/mzl/flower/service/coupon/CouponRecordService.java @@ -66,6 +66,14 @@ Integer getUserGainCouponRecordAmountById(String couponId,Long customerId); + /** + * + * @param couponId + * @param userId + * @return + */ + Integer getUserGainCouponRecordAmountByUserId(String couponId,String userId); + List<CouponRecordVO> getMineCouponRecordList(QueryMineCouponRecordDTO dto); /** @@ -110,4 +118,6 @@ * @return */ boolean checkUserCouponExists(String couponId, Long customId); + + } -- Gitblit v1.9.3