|
@@ -74,6 +74,7 @@ public class ReportController {
|
|
|
}
|
|
|
|
|
|
@RequestMapping(value = "/queryReport", method = RequestMethod.POST)
|
|
|
+ @checkAuth(FunId = "/pcs/report/query")
|
|
|
@Operation(summary = "查找报告")
|
|
|
public String queryReport(@RequestBody ReportVO reportVO) throws IOException {
|
|
|
return reportService.queryReport(reportVO);
|