|
@@ -162,9 +162,6 @@ public class MemberPriceSettingsServiceImpl extends ServiceImpl<MemberPriceSetti
|
|
|
addVipCardRecord.setClientType(orderDetailVo.getOrderClient());
|
|
|
addVipCardRecord.setStatus(EVipRecordStatus.ADD);
|
|
|
addVipCardRecord.setVipType(detail.getVipType());
|
|
|
- if (detail.getPeriod() == PeriodEnum.PERPETUAL) {
|
|
|
- addVipCardRecord.setVipType(EVipType.PERMANENT_SVIP);
|
|
|
- }
|
|
|
addVipCardRecord.setType(detail.getPeriod());
|
|
|
addVipCardRecord.setTimes(orderDetailVo.getGoodNum());
|
|
|
addVipCardRecord.setSendMsg(false);
|