读取永辉excel

This commit is contained in:
suyl
2019-11-17 17:38:07 +08:00
parent 966fa16a41
commit b2ab431238

View File

@@ -180,6 +180,7 @@ func LoadExcelBinByYongHui(ctx *jxcontext.Context, reader io.Reader, isAsync boo
costPrice = skuMap[spuCode] costPrice = skuMap[spuCode]
} }
// if errMsg == "" { // if errMsg == "" {
errMsg += fmt.Sprintf("更新商品:[%v],[%v],[%v]", costPrice, skuMap[spuCode], spuCode)
_, _, err = updateWeiMobGoods(costPrice, skuMap[spuCode], goodsDetail) _, _, err = updateWeiMobGoods(costPrice, skuMap[spuCode], goodsDetail)
// } // }
} }