openimsdk / chat

A business server that includes user registration and login, deployed together with Open-IM-Server, can be used to set up a chat product.
https://openim.io
GNU General Public License v3.0
90 stars 112 forks source link

Bug: There is an issue with the complex_1dmin/account/update interface of the admin backend management system #481

Closed wxuanF closed 2 months ago

wxuanF commented 7 months ago

What happened?

When modifying the management account information in the complete admin/account/update interface of the admin backend management system, the data in the admin table was updated, but there was an error in the administrator data corresponding to the user table. When modifying the administrator nickname, the value of nickname changed to the value of face_URL. The data returned by the SDK on the user side is read from the user table. Data out of sync occurred. Abnormal issues

What did you expect to happen?

.

How can we reproduce it (as minimally and precisely as possible)?

.

Anything else we need to know?

No response

version

```console $ {name} version # paste output here ```

Cloud provider

OS version

```console # On Linux: $ cat /etc/os-release # paste output here $ uname -a # paste output here # On Windows: C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture # paste output here ```

Install tools