|
@@ -2532,9 +2532,9 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
}
|
|
}
|
|
|
if (expiryTime == null) {
|
|
if (expiryTime == null) {
|
|
|
if (sku.getDays() != null) {
|
|
if (sku.getDays() != null) {
|
|
|
- expiryTime = DateUtil.offsetDay(now, sku.getDays());
|
|
|
|
|
|
|
+ expiryTime = DateUtil.offsetDay(orderDon.getCreatedTime(), sku.getDays());
|
|
|
} else {
|
|
} else {
|
|
|
- expiryTime = DateUtil.offsetMonth(now, sku.getMonths());
|
|
|
|
|
|
|
+ expiryTime = DateUtil.offsetMonth(orderDon.getCreatedTime(), sku.getMonths());
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
//剩余几个月
|
|
//剩余几个月
|