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