diff --git a/business/jxstore/yonghui/yonghui.go b/business/jxstore/yonghui/yonghui.go index a84cafb4d..b5d3b8c2e 100644 --- a/business/jxstore/yonghui/yonghui.go +++ b/business/jxstore/yonghui/yonghui.go @@ -180,6 +180,7 @@ func LoadExcelBinByYongHui(ctx *jxcontext.Context, reader io.Reader, isAsync boo costPrice = skuMap[spuCode] } // if errMsg == "" { + errMsg += fmt.Sprintf("更新商品:[%v],[%v],[%v]", costPrice, skuMap[spuCode], spuCode) _, _, err = updateWeiMobGoods(costPrice, skuMap[spuCode], goodsDetail) // } }