소스 검색

任务部分接口 2022/11/15

lwhhszx 2 년 전
부모
커밋
297cae5a8b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      RMS/src/main/java/cn/cslg/report/controller/BaseController.java

+ 1 - 1
RMS/src/main/java/cn/cslg/report/controller/BaseController.java

@@ -149,7 +149,7 @@ public class BaseController {
     }
 
     @PostMapping("/getComPatentNos")
-    @Operation(summary = "根据报告Id获得对比专利号")
+    @Operation(summary = "根据报告Id获得对比专利号11")
     public String getComPatentNos(@RequestBody PatentVO patentVO) throws IOException {
         return  outInterfaceService.getComPatentNos(patentVO);
     }