|
@@ -107,7 +107,7 @@ public class ProductOrderController {
|
|
|
return RespDTO.onSuc(productOrderFacade.waitExamOrderCou());
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "根据用户id查询已开通的功能", notes = "已开通信息")
|
|
|
+ @ApiOperation(value = "根据用户id查询已开通的功能[by:wangfeng]", notes = "已开通信息")
|
|
|
@PostMapping("/getInformationAvailableByUserId")
|
|
|
@SysLogger("getInformationAvailableByUserId")
|
|
|
public RespDTO getInformationAvailableByUserId(@RequestParam Long userId){
|
|
@@ -115,7 +115,7 @@ public class ProductOrderController {
|
|
|
return RespDTO.onSuc(UserAndProdutData);
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "根据用户id和产品id,启用和停用功能", notes = "开通信息")
|
|
|
+ @ApiOperation(value = "根据用户id和产品id,启用和停用功能[by:wangfeng]", notes = "开通信息")
|
|
|
@PostMapping("/startAndendByuserId")
|
|
|
@SysLogger("startAndendByuserId")
|
|
|
@Transactional
|
|
@@ -133,7 +133,7 @@ public class ProductOrderController {
|
|
|
return RespDTO.onSuc("操作成功!");
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "根据用户id和产品id,删除开通信息", notes = "删除开通信息")
|
|
|
+ @ApiOperation(value = "根据用户id和产品id,删除开通信息[by:wangfeng]", notes = "删除开通信息")
|
|
|
@PostMapping("/delInformationAvailable")
|
|
|
@SysLogger("delInformationAvailable")
|
|
|
@Transactional
|
|
@@ -150,7 +150,7 @@ public class ProductOrderController {
|
|
|
return RespDTO.onSuc("操作成功!");
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "根据用户id和产品id,修改开通时间", notes = "修改开通时间")
|
|
|
+ @ApiOperation(value = "根据用户id和产品id,修改开通时间[by:wangfeng]", notes = "修改开通时间")
|
|
|
@PostMapping("/modifyOpeningTime")
|
|
|
@SysLogger("modifyOpeningTime")
|
|
|
@Transactional
|