不可使用愿意 优惠券 列表
This commit is contained in:
@@ -33,6 +33,7 @@ public class UserCouponVo {
|
||||
private String useRule;
|
||||
private String ruleDetails;
|
||||
private String useRestrictions;
|
||||
private String noUseRestrictions;
|
||||
private boolean isUse = false;
|
||||
/**
|
||||
* 优惠券门槛商品列表
|
||||
|
||||
@@ -26,7 +26,7 @@ public interface MkShopCouponRecordService extends IService<MkShopCouponRecord>
|
||||
|
||||
List<UserCouponVO> findByUser(String name, List<Long> shopUserIds, Integer status);
|
||||
|
||||
List<UserCouponVo> queryByVipIdAndShopId(Long shopId, Long shopUserId, Integer type);
|
||||
List<UserCouponVo> queryByVipIdAndShopId(Long shopId, Long shopUserId, Integer type, Integer isFood);
|
||||
|
||||
/**
|
||||
* 优惠券列表/已领取详情
|
||||
|
||||
@@ -35,7 +35,7 @@ public interface ShopCouponService extends IService<ShopCoupon> {
|
||||
|
||||
Page<UserCouponVO> find(Long userId, String name, Long shopId, Integer status);
|
||||
|
||||
List<UserCouponVo> findCoupon(Long shopId, Long shopUserId, Integer type);
|
||||
List<UserCouponVo> findCoupon(Long shopId, Long shopUserId, Integer type, Integer isFood);
|
||||
|
||||
Boolean use(List<Long> ids, Long shopUserId, Long orderId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user