From 3a27392dc23193ae839526efd779f36589bc91cc Mon Sep 17 00:00:00 2001 From: EricsHu <hrr145632> Date: 星期五, 24 十一月 2023 10:17:52 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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