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})