fix(bugcollect): LogEventEntity 无 buildId,queryEvents 映射改用 null

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
这个提交包含在:
XuqmGroup 2026-06-22 18:28:37 +08:00
父节点 f6dc3f7c72
当前提交 45a08c1e3a

查看文件

@ -406,7 +406,7 @@ public class LogService {
return result.map(e -> new IssueEventResponse(
e.getId(), null, e.getEventId(), e.getAppKey(), e.getUserId(), e.getSessionId(),
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()
));
}