Merge remote-tracking branch 'origin/dev1/user_model'

This commit is contained in:
wangjinlei
2023-10-20 15:15:48 +08:00
7 changed files with 37 additions and 37 deletions

View File

@@ -27,15 +27,5 @@
</resultMap>
<update id="update">
update user
<set>
age = #{age}, sex = #{sex} ,avatar=#{avatar} ,nickname =#{nickname}
</set>
where id = #{id}
</update>
</mapper>