diff --git a/app/routes/students.py b/app/routes/students.py index eceafca..243d0af 100644 --- a/app/routes/students.py +++ b/app/routes/students.py @@ -378,6 +378,7 @@ def import_students(): @main_bp.route("/api/statistics/students") +@login_required_json def get_student_statistics(): """获取学员统计数据""" # 获取筛选参数