fix: ticket update based on review meeting

This commit is contained in:
zhangsz
2025-07-11 17:25:47 +08:00
parent 6e9765ceaa
commit 53283b0669
6 changed files with 150 additions and 11 deletions

View File

@@ -106,7 +106,6 @@ type CallbackTicket struct {
AgentEmail string `json:"agentEmail" gorm:"column:agent_email"` // 座席邮箱
AgentMobile string `json:"agentMobile" gorm:"column:agent_mobile"` // 座席手机号码
Comment string `json:"comment" gorm:"column:comment"` // 工单备注
MsdData string `json:"msdData" gorm:"column:msd_data"` // MSD数据
RmUid string `json:"rmUid" gorm:"column:rm_uid"` // RM用户ID
CreatedAt int64 `json:"createdAt" gorm:"column:created_at"` // 创建时间
UpdatedAt *int64 `json:"updatedAt" gorm:"column:updated_at;autoUpdateTime:false"` // 更新时间