fix(object): use object id hex
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user