yfh 1 nedēļu atpakaļ
vecāks
revīzija
eaf7dbc5c2

+ 1 - 1
fs-company/src/main/java/com/fs/company/controller/course/qw/FsQwCourseWatchLogController.java

@@ -130,7 +130,7 @@ public class FsQwCourseWatchLogController extends BaseController
         List<QwWatchLogAllStatisticsListVO> list = qwWatchLogService.selectQwWatchLogAllStatisticsListVO(param);
         return getDataTable(list);
     }
-    @PostMapping("/watchLogStatistics")
+    @GetMapping("/watchLogStatistics")
     public TableDataInfo watchLogStatistics(FsCourseOverParam param)
     {
         startPage();