fix(接口测试): 修复发通知查询关注人异常

--bug=1026201 --user=赵勇 【接口定义】编辑接口保存时后台有error日志 https://www.tapd.cn/55049933/s/1371940

Signed-off-by: fit2-zhao <yong.zhao@fit2cloud.com>
This commit is contained in:
fit2-zhao 2023-05-16 17:26:50 +08:00 committed by fit2-zhao
parent 759ff33f21
commit 3a0a2a0f97
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public class HttpHeaderUtils {
User user = sessionUserThreadLocal.get();
if (user != null && SessionUtils.getUser() == null) {
if (user != null) {
UserDTO userDTO = new UserDTO();
BeanUtils.copyProperties(user, userDTO);
SessionUser sessionUser = SessionUser.fromUser(userDTO, UUID.randomUUID().toString());