xiaoyong931011
2023-10-24 333878fe858955e132a14affc1cf44ba8fee3e1e
src/main/resources/mapper/modules/ChatUserMapper.xml
@@ -272,5 +272,12 @@
        where user_id = #{userId}
    </update>
    <update id="updateNicknameById">
        update chat_user
        set
            nick_name = #{nickName}
        where user_id = #{userId}
    </update>
</mapper>