chendayu 2 年之前
父節點
當前提交
1f2bb329ad
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      RMS/src/main/java/cn/cslg/report/controller/ReportController.java

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

@@ -78,7 +78,7 @@ public class ReportController {
         return reportService.queryReport(reportVO);
     }
 
-    @Operation(summary = "查询报告清单,供分析系统查询标注清单接口业务层调用")
+    @Operation(summary = "查询报告清单,供分析系统查询标注清单接口业务层调用(获取登陆人有权查看的报告ids)")
     @GetMapping("/queryReportByPAS")
     public String queryReportByPAS() {
         return reportService.queryReportByPAS();