config and user bug
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user