chendayu 2 năm trước cách đây
mục cha
commit
1f2bb329ad

+ 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();