From 59af1a146c671508324814e291719bfac72a4baa Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Fri, 13 Aug 2021 18:53:38 +0800 Subject: [PATCH] aa --- business/jxstore/act/act.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/act/act.go b/business/jxstore/act/act.go index 8a8b2c92e..2a1f709bc 100644 --- a/business/jxstore/act/act.go +++ b/business/jxstore/act/act.go @@ -2028,6 +2028,7 @@ func RrefreshEbaiVendorAct() (err error) { }{} ) actMap.idMap = make(map[int64]struct{}) + actMap.RWMutex = new(sync.RWMutex) //直接做删除,把新的加进来 dao.ExecuteSQL(db, `TRUNCATE act_ebai_vendor`) dao.ExecuteSQL(db, `TRUNCATE act_ebai_vendor_sku`)