diff --git a/src/main/resources/mapper/tms/StudentDao.xml b/src/main/resources/mapper/tms/StudentDao.xml index 58878ee..13cea29 100644 --- a/src/main/resources/mapper/tms/StudentDao.xml +++ b/src/main/resources/mapper/tms/StudentDao.xml @@ -28,6 +28,9 @@ u.schoolId AS schoolAppellationId, u.disableAccount, u.lastLoginTime, + u.phone, + u.email, + u.uniqueIdentificationAccount, s.roleId, s.workNumber as workNumber, s.isdel,