Toggle navigation
Toggle navigation
This project
Loading...
Sign in
YOHOBUY
/
yohobuy-union
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ping
9 years ago
Commit
162507d8700e54964f04acd77c3bae13032abe27
1 parent
ec15e3f7
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/UserBaseMapper.xml
dal/src/main/resources/META-INF/mybatis/UserBaseMapper.xml
View file @
162507d
...
...
@@ -26,7 +26,7 @@
<update
id=
"updateBaseInfo"
parameterType=
"com.yoho.unions.dal.model.UserBase"
>
update user_base
set
nickname = #{nickname,jdbcType=VARCHAR},
gender = #{gender,jdbcType=CHAR}, birthday=#{birthday}
set gender = #{gender,jdbcType=CHAR}, birthday=#{birthday}
where uid = #{uid,jdbcType=INTEGER}
</update>
</mapper>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment