Merge branch 'master' into develop/express

This commit is contained in:
Cauchy
2023-10-25 09:05:37 +08:00
9 changed files with 39 additions and 38 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>