1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user