fix: 修复学生姓名数据一致性问题
- 统一学生3(233061301103)姓名为"郭旭婻" - 修复extracted_scores.json中的7处姓名不一致 - 修复generated_portrait_data.json中的姓名 - 确保所有数据源与mockData.js保持一致 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
29b58e6888
commit
f52199f9a2
@ -178,11 +178,11 @@
|
||||
}
|
||||
},
|
||||
"233061301103": {
|
||||
"name": "郭旭楠",
|
||||
"name": "郭旭婻",
|
||||
"courses": {
|
||||
"Matlab金融建模": {
|
||||
"studentId": "233061301103",
|
||||
"name": "郭旭楠",
|
||||
"name": "郭旭婻",
|
||||
"totalScore": 73,
|
||||
"数据采集_学校": 79,
|
||||
"数据采集_企业": 74,
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
"totalStudents": 40
|
||||
},
|
||||
"3": {
|
||||
"name": "郭旭楠",
|
||||
"name": "郭旭婻",
|
||||
"studentId": "233061301103",
|
||||
"scores": [
|
||||
78.0,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user