|
|
@@ -3135,7 +3135,7 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
|
|
|
}
|
|
|
|
|
|
//GPT独立会员续费 若为代充类型 同步代充次数
|
|
|
- if (orderDon.getGoodsId() == Constant.GPT_PLUS_GID) {
|
|
|
+ if (orderDon.getGoodsId() == Constant.GPT_PLUS_GID && sku.getNum() == 1) {
|
|
|
incrGroupsRelationRechargeRemainIfRecharge(orderDon.getRelationId(), sku.getMonths(), orderDon.getOrderType());
|
|
|
}
|
|
|
}
|