|
@@ -96,7 +96,7 @@ public class ProductOrderController {
|
|
return RespDTO.onSuc(productOrderFacade.waitExamOrderCou());
|
|
return RespDTO.onSuc(productOrderFacade.waitExamOrderCou());
|
|
}
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "根据用户id查询已开通的功能[by:wangfeng]", notes = "已开通信息")
|
|
|
|
|
|
+ @ApiOperation(value = "客户中心-传入用户id查询已开通的功能[by:wangfeng]", notes = "已开通信息")
|
|
@PostMapping("/getInformationAvailableByUserId")
|
|
@PostMapping("/getInformationAvailableByUserId")
|
|
@SysLogger("getInformationAvailableByUserId")
|
|
@SysLogger("getInformationAvailableByUserId")
|
|
public RespDTO getInformationAvailableByUserId(Long userId) {
|
|
public RespDTO getInformationAvailableByUserId(Long userId) {
|
|
@@ -106,7 +106,7 @@ public class ProductOrderController {
|
|
return RespDTO.onSuc(UserAndProdutData);
|
|
return RespDTO.onSuc(UserAndProdutData);
|
|
}
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "根据用户id和产品id,启用和停用功能[by:wangfeng]", notes = "开通信息")
|
|
|
|
|
|
+ @ApiOperation(value = "客户中心-传入用户id和产品id,启用和停用功能[by:wangfeng]", notes = "拥护开通的产品")
|
|
@PostMapping("/startAndendByuserId")
|
|
@PostMapping("/startAndendByuserId")
|
|
@SysLogger("startAndendByuserId")
|
|
@SysLogger("startAndendByuserId")
|
|
@Transactional
|
|
@Transactional
|
|
@@ -116,7 +116,7 @@ public class ProductOrderController {
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "根据用户id和产品id,删除开通信息[by:wangfeng]", notes = "删除开通信息")
|
|
|
|
|
|
+ @ApiOperation(value = "客户中心-传入用户id和产品id,删除开通信息[by:wangfeng]", notes = "删除开通信息")
|
|
@PostMapping("/delInformationAvailable")
|
|
@PostMapping("/delInformationAvailable")
|
|
@SysLogger("delInformationAvailable")
|
|
@SysLogger("delInformationAvailable")
|
|
@Transactional
|
|
@Transactional
|
|
@@ -125,7 +125,7 @@ public class ProductOrderController {
|
|
return openedProductsFacade.delInformationAvailables(userId, productId);
|
|
return openedProductsFacade.delInformationAvailables(userId, productId);
|
|
}
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "根据用户id和产品id,修改开通时间[by:wangfeng]", notes = "修改开通时间")
|
|
|
|
|
|
+ @ApiOperation(value = "客户中心-传入用户id和产品id,修改开通时间[by:wangfeng]", notes = "修改开通时间")
|
|
@PostMapping("/modifyOpeningTime")
|
|
@PostMapping("/modifyOpeningTime")
|
|
@SysLogger("modifyOpeningTime")
|
|
@SysLogger("modifyOpeningTime")
|
|
@Transactional
|
|
@Transactional
|
|
@@ -146,7 +146,7 @@ public class ProductOrderController {
|
|
return RespDTO.onSuc(list);
|
|
return RespDTO.onSuc(list);
|
|
}
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "查询已开通的功能[by:wangfeng]", notes = "已开通信息")
|
|
|
|
|
|
+ @ApiOperation(value = "客户中心-查询用户已开通的功能[by:wangfeng]", notes = "用户已开通信息")
|
|
@PostMapping("/getInformationAvailableAll")
|
|
@PostMapping("/getInformationAvailableAll")
|
|
@SysLogger("getInformationAvailableAll")
|
|
@SysLogger("getInformationAvailableAll")
|
|
@ApiIgnore
|
|
@ApiIgnore
|