|
|
@@ -3385,8 +3385,9 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
|
|
|
returnGalaxyCoin(orderDon);
|
|
|
}
|
|
|
|
|
|
- //GPT独立会员续费 若为代充类型 同步代充次数
|
|
|
- if (orderDon.getGoodsId() == Constant.GPT_PLUS_GID && sku.getNum() == 1) {
|
|
|
+ //GPT独立会员续费,名称包含pro的规格不进入代充
|
|
|
+ if (orderDon.getGoodsId() == Constant.GPT_PLUS_GID && sku.getNum() == 1
|
|
|
+ && !StrUtil.containsIgnoreCase(sku.getSpecVal(), "pro")) {
|
|
|
incrGroupsRelationRechargeRemainIfRecharge(orderDon.getRelationId(), sku.getMonths(), orderDon.getOrderType());
|
|
|
|
|
|
// GPT独立会员购买,赠送sora邀请码
|