Quellcode durchsuchen

练习列表增加分页

mingfu vor 3 Wochen
Ursprung
Commit
3d162428e2

+ 1 - 0
ie-admin/src/main/java/com/ruoyi/web/controller/front/FrontStudentController.java

@@ -364,6 +364,7 @@ public class FrontStudentController extends BaseController {
     @GetMapping("record/practice")
     public TableDataInfo practice()
     {
+        startPage();
         return getDataTable(learnStatService.selectStudentPractices(SecurityUtils.getUserId(), PaperType.Practice));
     }