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:
parent
759ff33f21
commit
3a0a2a0f97
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue