This commit is contained in:
邹宗楠
2023-06-30 18:25:52 +08:00
parent cb15740cb9
commit baf9fb2551

View File

@@ -691,7 +691,7 @@ func (p *PurchaseHandler) GetSensitiveWordRegexp() *regexp.Regexp {
// SelectStoreSkuListByFoodList 淘宝批量返回
func SelectStoreSkuListByFoodList(storeSkuList interface{}, foodList []tao_vegetable.VegetableResultList, storeID int, vendorName, syncType string) (selectedStoreSkuList []*partner.StoreSkuInfoWithErr, successMap map[string]string) {
foodMap := make(map[string]string)
foodMap := make(map[string]string, len(foodList))
if len(foodList) > 0 {
for _, v := range foodList {
if v.ProductID == "" {