- 启用新活动初始版本
This commit is contained in:
@@ -81,3 +81,10 @@ func ActStoreSku2Update(actStoreSkuList []*model.ActStoreSku2, syncStatus int) (
|
||||
}
|
||||
return items
|
||||
}
|
||||
|
||||
func GetVendorIDsFromActMap(actMap map[int]*model.Act2) (vendorIDs []int) {
|
||||
for vendorID := range actMap {
|
||||
vendorIDs = append(vendorIDs, vendorID)
|
||||
}
|
||||
return vendorIDs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user