This commit is contained in:
jack ning
2025-10-13 12:11:59 +08:00
parent 0697ad348c
commit cbd02b8d38
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 380 KiB

After

Width:  |  Height:  |  Size: 420 KiB

View File

@@ -93,7 +93,7 @@ public class ThreadRestService
public Page<ThreadResponse> query(ThreadRequest request) {
UserEntity user = authService.getUser();
//
request.setUserUid(user.getUid());
request.setOwnerUid(user.getUid());
//