浏览代码

任务部分接口 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);
     }