通过用户Id 查找优惠券

This commit is contained in:
2025-02-27 17:48:09 +08:00
parent 8ecadc4241
commit acbd346690
3 changed files with 8 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ public interface ShopCouponService extends IService<ShopCoupon> {
Page<CouponReceiveVo> queryReceive(QueryReceiveDto param);
Page<ShopActivateCouponRecord> find(Long userId, Long orderId, Integer status);
Page<ShopActivateCouponRecord> find(Long userId,Long shopId, Integer status);
List<UserCouponVo> findCoupon(Long shopId, Long shopUserId);