|
@@ -108,7 +108,7 @@ public class ProductOrderController {
|
|
@ApiOperation(value = "已开通产品状态校验[by:rengb]", notes = "已开通产品状态校验")
|
|
@ApiOperation(value = "已开通产品状态校验[by:rengb]", notes = "已开通产品状态校验")
|
|
@PostMapping("/openProductCheck")
|
|
@PostMapping("/openProductCheck")
|
|
@SysLogger("openProductCheck")
|
|
@SysLogger("openProductCheck")
|
|
- public RespDTO<OpenProductCheckDTO> openProductCheck(OpenProductCheckVO openProductCheckVO) {
|
|
|
|
|
|
+ public RespDTO<OpenProductCheckDTO> openProductCheck(@RequestBody OpenProductCheckVO openProductCheckVO) {
|
|
return RespDTO.onSuc(productOrderFacade.hasPermission(openProductCheckVO));
|
|
return RespDTO.onSuc(productOrderFacade.hasPermission(openProductCheckVO));
|
|
}
|
|
}
|
|
|
|
|