fix(object): use object id hex

This commit is contained in:
eson 2020-12-09 19:14:16 +08:00
parent 2b1aeaaa77
commit c93b4380ec

View File

@ -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