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