Commit Graph

2 Commits

Author SHA1 Message Date
Your Name
087de4e102 fix(audit): use uuid.New() for ticket workflow audit IDs
Fixes 'invalid input syntax for type uuid' error when writing ticket
workflow audit logs. The audit Event.ID field was using fmt.Sprintf
with nanoseconds ('wf-%d') which doesn't match PostgreSQL's uuid type.

Also adds uuid import to ticket_workflow.go.

Verified: full chain webhook→assign→resolve→close produces 3 audit
logs correctly, no more 'invalid uuid' errors in logs.
2026-05-04 13:44:39 +08:00
Your Name
d51240ec4e docs: 新增生产上线文档 PRODUCTION_LAUNCH.md
包含:项目概述、技术架构、API 清单、质量验证结果、部署指南、仓库分布、已知限制
2026-05-01 16:51:16 +08:00