拼团超时
This commit is contained in:
@@ -23,6 +23,8 @@ public interface RedisCst {
|
||||
public static final String EXPIRED_TABLE = "expired:table:";
|
||||
//优惠券过期
|
||||
public static final String EXPIRED_COUPON = "expired:coupon:";
|
||||
//拼团 任务过期
|
||||
public static final String EXPIRED_GB_ORDER = "expired:gb:order:";
|
||||
//短信定时发放 倒计时KEY
|
||||
public static final String EXPIRED_SMS = "expired:sms:";
|
||||
//公众号推送 倒计时KEY
|
||||
|
||||
@@ -57,7 +57,7 @@ public interface GbOrderService extends IService<GbOrder> {
|
||||
boolean editGbWareOnlineStatus(Long id, Integer onlineStatus);
|
||||
|
||||
//任务过期 自动退款 成团期限超时
|
||||
boolean expireRefund(Long gbOrderId);
|
||||
boolean expireRefund(Long gbOrderId,GbOrder order);
|
||||
|
||||
//商品下架 退款 所属活动变更为下架状态
|
||||
boolean wareDownRefund(Long wareId);
|
||||
|
||||
Reference in New Issue
Block a user