From a76c49a1b9c7303a4782ae69f3ab9dff22868143 Mon Sep 17 00:00:00 2001 From: "jiakun.lin" Date: Mon, 19 Apr 2021 15:39:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=BF=94=E5=9B=9E=E7=94=B5?= =?UTF-8?q?=E8=AF=9D=EF=BC=8C=E9=82=AE=E7=AE=B1=EF=BC=8C=E5=94=AF=E4=B8=80?= =?UTF-8?q?=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/tms/StudentDao.xml | 3 +++ 1 file changed, 3 insertions(+) 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,