From 26780c533f2c2af6b9216306f649c1bcede94e4a Mon Sep 17 00:00:00 2001
From: yn147 <2270338776@qq.com>
Date: 星期五, 24 十一月 2023 16:43:37 +0800
Subject: [PATCH] 学生、课程

---
 src/main/java/com/qxueyou/scc/teach/student/service/impl/StudentService.java |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/qxueyou/scc/teach/student/service/impl/StudentService.java b/src/main/java/com/qxueyou/scc/teach/student/service/impl/StudentService.java
index 3441543..19b3f81 100644
--- a/src/main/java/com/qxueyou/scc/teach/student/service/impl/StudentService.java
+++ b/src/main/java/com/qxueyou/scc/teach/student/service/impl/StudentService.java
@@ -185,6 +185,19 @@
                     map.put("score", tuple.get(qStuStudent.score));
                     map.put("graduationText", tuple.get(qStuStudent.graduationText));
                     map.put("imgPath", tuple.get(qUser.imgPath));
+                    map.put("photo", tuple.get(qStuStudent.photo));
+                    map.put("passporName", tuple.get(qStuStudent.passporName));
+                    map.put("nationality", tuple.get(qStuStudent.nationality));
+                    map.put("ancestralHome", tuple.get(qStuStudent.ancestralHome));
+                    map.put("birthday", tuple.get(qStuStudent.birthday));
+                    map.put("birthplace", tuple.get(qStuStudent.birthplace));
+                    map.put("chinaStatus", tuple.get(qStuStudent.chinaStatus));
+                    map.put("registeredAddress", tuple.get(qStuStudent.registeredAddress));
+                    map.put("homeAddress", tuple.get(qStuStudent.homeAddress));
+                    map.put("religiousBelief", tuple.get(qStuStudent.religiousBelief));
+                    map.put("email", tuple.get(qStuStudent.email));
+                    map.put("workUnit", tuple.get(qStuStudent.workUnit));
+                    map.put("graduationDestination", tuple.get(qStuStudent.graduationDestination));
                     return map;
                 }).collect(Collectors.toList());
     }

--
Gitblit v1.8.0