Browse Source

产品续费

wangyu 6 years atrás
parent
commit
80a96fa5d5

+ 1 - 0
diagbotman-service/src/main/java/com/diagbot/facade/OpenedProductsFacade.java

@@ -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());