Merge remote-tracking branch 'origin/test' into test
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 用户优惠券 失效/删除
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user