|
@@ -247,6 +247,7 @@ public class OpenedProductsFacade extends OpenedProductsServiceImpl {
|
|
|
throw new CommonException(CommonErrorCode.NOT_EXISTS, "输入有误,续费时间需大于到期时间");
|
|
|
}
|
|
|
}
|
|
|
+ openedProducts.setServiceStatus(StatusEnum.Enable.getKey());
|
|
|
openedProducts.setEndTime(DateUtil.parseDate(modifyOpeningTimeVO.getEndTime()));
|
|
|
openedProducts.setModifier(UserUtils.getCurrentPrincipleID());
|
|
|
openedProducts.setGmtModified(DateUtil.now());
|