拼团超时

This commit is contained in:
2025-12-18 17:58:33 +08:00
parent 0b88a852d7
commit ec61666551
5 changed files with 62 additions and 6 deletions

View File

@@ -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);