@@ -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);