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