From 31eebdab2d66a008bbd3b555fe7beeb69b158f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 3 Jul 2023 10:17:54 +0800 Subject: [PATCH] 1 --- business/partner/purchase/tao_vegetable/store_sku2.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/partner/purchase/tao_vegetable/store_sku2.go b/business/partner/purchase/tao_vegetable/store_sku2.go index 46b3f7aff..5408345f7 100644 --- a/business/partner/purchase/tao_vegetable/store_sku2.go +++ b/business/partner/purchase/tao_vegetable/store_sku2.go @@ -698,6 +698,7 @@ func (p *PurchaseHandler) GetSensitiveWordRegexp() *regexp.Regexp { func SelectStoreSkuListByFoodList(storeSkuList interface{}, foodList []tao_vegetable.VegetableResultList, storeID int, vendorName, syncType string) (selectedStoreSkuList []*partner.StoreSkuInfoWithErr, successMap map[string]string) { globals.SugarLogger.Debugf("=======foodList := %s", utils.Format4Output(foodList, false)) foodMap := make(map[string]string, len(foodList)) + successMap = make(map[string]string) if len(foodList) > 0 { for _, v := range foodList { foodMap[v.SkuID] = v.ErrMsg