浏览代码

修改报表列表

Administrator 3 年之前
父节点
当前提交
13e0efe734

+ 1 - 1
boman-report/src/main/java/com/boman/report/controller/StatisticReportController.java

@@ -56,7 +56,7 @@ public class StatisticReportController extends BaseController {
      * @param id
      * @return
      */
-    @GetMapping(value = "/{id}")
+    @GetMapping(value = "/reportInfo/{id}")
     public AjaxResult getReportInfo(@PathVariable Long id)
     {
         statisticReportService.getReportInfo(id);