소스 검색

开通的产品修改

rgb 6 년 전
부모
커밋
84aec38710
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      diagbotman-service/src/main/java/com/diagbot/web/ProductOrderController.java

+ 1 - 1
diagbotman-service/src/main/java/com/diagbot/web/ProductOrderController.java

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