fix(bugcollect): LogEventEntity 无 buildId,queryEvents 映射改用 null
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
这个提交包含在:
父节点
f6dc3f7c72
当前提交
45a08c1e3a
@ -406,7 +406,7 @@ public class LogService {
|
|||||||
return result.map(e -> new IssueEventResponse(
|
return result.map(e -> new IssueEventResponse(
|
||||||
e.getId(), null, e.getEventId(), e.getAppKey(), e.getUserId(), e.getSessionId(),
|
e.getId(), null, e.getEventId(), e.getAppKey(), e.getUserId(), e.getSessionId(),
|
||||||
null, null, null, parseJsonField(e.getDevice()),
|
null, null, null, parseJsonField(e.getDevice()),
|
||||||
e.getPlatform(), e.getRelease(), e.getBuildId(), e.getEnvironment(),
|
e.getPlatform(), e.getRelease(), null, e.getEnvironment(),
|
||||||
e.getSdkName(), e.getSdkVersion(), e.getCreatedAt()
|
e.getSdkName(), e.getSdkVersion(), e.getCreatedAt()
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|||||||
正在加载...
在新工单中引用
屏蔽一个用户