|
|
|
@ -6,10 +6,10 @@ |
|
|
|
|
<insert id="add" useGeneratedKeys="true" keyProperty="userId" keyColumn="userId"> |
|
|
|
|
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}) |
|
|
|
|
</insert> |
|
|
|
|
|
|
|
|
|
<update id="userInfupdateUserInfoById" parameterType="com.msdw.tms.entity.UserInfoEntity"> |
|
|
|
|