From f764ed81b998440fab23cfa208b2fe61865697ea Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Mon, 25 Sep 2023 11:16:31 +0800 Subject: [PATCH] d --- lib/dborm/dborm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dborm/dborm.go b/lib/dborm/dborm.go index 58f43567..d6206846 100644 --- a/lib/dborm/dborm.go +++ b/lib/dborm/dborm.go @@ -1740,7 +1740,7 @@ type TraceData struct { IfType int `json:"ifType" xorm:"if_type"` MsgType int `json:"msgType" xorm:"msg_type"` MsgDirect int `json:"msgDirect" xorm:"msg_direct"` - Timestamp int64 `json:"timestamp" xorm:"timestamp"` + Timestamp string `json:"timestamp" xorm:"timestamp"` RawMsg []byte `json:"rawMsg" xorm:"raw_msg"` DecMsg string `json:"decMsg" xorm:"dec_msg"` }