fix(object): use object id hex
This commit is contained in:
parent
2b1aeaaa77
commit
c93b4380ec
|
@ -52,7 +52,7 @@ func collectCopyCountLiveAnchors(cxt *WorkerContext) {
|
|||
}
|
||||
c := &CountLiveAnchors{}
|
||||
|
||||
c.UID = la.ObjectID.String()
|
||||
c.UID = la.ObjectID.Hex()
|
||||
c.IsCounted = 0
|
||||
c.CreateAt = la.CreateAt
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user