Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
张松
2025-09-26 16:57:36 +08:00
3 changed files with 10 additions and 31 deletions

View File

@@ -30,10 +30,8 @@ public interface MkShopCouponRecordService extends IService<MkShopCouponRecord>
/**
* 优惠券列表/已领取详情
*
* @param search 用户Id/昵称/手机号
*/
Page<MkShopCouponRecordDTO> getRecord(String search, MkShopCouponRecordDTO param, String startTime, String endTime);
Page<MkShopCouponRecordDTO> getRecord(MkShopCouponRecordDTO param, String startTime, String endTime);
/**
* 发放券 统一方法
@@ -45,7 +43,6 @@ public interface MkShopCouponRecordService extends IService<MkShopCouponRecord>
void receiveCoupon(MkShopCouponGiftDTO giftDTO, Integer number, boolean isLimit);
/**
* 用户优惠券 失效/删除
*/