@@ -255,7 +255,7 @@ public class StudentServiceImpl extends ServiceImpl<StudentDao, Student> impleme
user.setGender(info.getGender());
sysUserMapper.insert(user);
- studentResp.setSysUser(sysUser);
+ studentResp.setSysUser(user);
String subjectId = null;
// 学生声部
if (!StringUtil.isEmpty(info.getSubjectName())) {