From c93b4380ec3ad61b144a55a0cd7bd7ec2b6b2532 Mon Sep 17 00:00:00 2001 From: eson Date: Wed, 9 Dec 2020 19:14:16 +0800 Subject: [PATCH] fix(object): use object id hex --- collect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collect.go b/collect.go index 0f1c1bb..5b35971 100644 --- a/collect.go +++ b/collect.go @@ -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