From ab00ca858e3f24e39a04d121aea790abede1649e Mon Sep 17 00:00:00 2001 From: mzh820631607 Date: Fri, 13 Nov 2020 10:57:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E5=86=8C---token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/tms/UserInfoDao.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/tms/UserInfoDao.xml b/src/main/resources/mapper/tms/UserInfoDao.xml index 3b5d3f1..d4c1089 100644 --- a/src/main/resources/mapper/tms/UserInfoDao.xml +++ b/src/main/resources/mapper/tms/UserInfoDao.xml @@ -6,10 +6,10 @@ insert into hr_user_info( userName, uniqueIdentificationAccount, provinceId, - cityId, schoolId, phone,account,password,roleId,creationTime,token) + cityId, schoolId, phone,account,password,roleId,creationTime,token) values( #{userName}, #{uniqueIdentificationAccount}, #{provinceId}, - #{cityId}, #{schoolId},#{phone}, #{account},#{password},#{roleId},now(),token) + #{cityId}, #{schoolId},#{phone}, #{account},#{password},#{roleId},now(),#{token})