yfh пре 1 недеља
родитељ
комит
5142c2eaa8

+ 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);
     }
-    @GetMapping("/watchLogStatistics")
+    @PostMapping("/watchLogStatistics")
     public TableDataInfo watchLogStatistics(FsCourseOverParam param)
     {
         startPage();