This commit is contained in:
suyl
2021-08-13 18:53:38 +08:00
parent 6cffb31d83
commit 59af1a146c

View File

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