通过用户Id 查找优惠券
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user