|
|
@@ -97,7 +97,7 @@ public class OrderCommonServiceImpl implements OrderCommonService {
|
|
|
} else {
|
|
|
//奈飞月付按30天计算
|
|
|
if (sku.getGoodsId() == 1 && sku.getMonths() == 1) {
|
|
|
- refundExpiryTime = DateUtil.offsetMonth(expiryTime, -30);
|
|
|
+ refundExpiryTime = DateUtil.offsetDay(expiryTime, -30);
|
|
|
} else {
|
|
|
refundExpiryTime = DateUtil.offsetMonth(expiryTime, -sku.getMonths() * num);
|
|
|
}
|