修改模拟数据

This commit is contained in:
xwt
2026-09-21 19:50:05 +08:00
parent b38906aec0
commit eebc95ea71
+1 -1
View File
@@ -14,7 +14,7 @@ advisor_data = [
{"advisor_name": "徐思琪", "flag": 1, "gender": "女", "phone": "13012345610"},
]
score_data=[
{"student_id":1,"exam_id":1,"score":100},
{"student_id":1,"exam_id":1,"score":80},
{"student_id":1,"exam_id":2,"score":99},
{"student_id":1,"exam_id":3,"score":98},
{"student_id":2,"exam_id":1,"score":90},