@@ -2867,7 +2867,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
return false;
}
return (Constant.GPT_RECHARGE_GOODS_ID.equals(goodsId)
- || (Constant.GPT_PLUS_GID.equals(goodsId) && Objects.equals(skuNum, 1)) && orderDon.getCreatedTime().after(DateUtil.parse("2026-05-03")));
+ || (Constant.GPT_PLUS_GID.equals(goodsId) && Objects.equals(skuNum, 1))) && orderDon.getCreatedTime().after(DateUtil.parse("2026-05-03"));
private GroupsRelation getReusableGptActivityGiftRelation(List<Long> userIds, Long giftSkuId, Long sourceGoodsId) {