diff --git a/business/jxstore/act/act.go b/business/jxstore/act/act.go index 89dfe7fe3..0b1d54a1e 100644 --- a/business/jxstore/act/act.go +++ b/business/jxstore/act/act.go @@ -981,7 +981,7 @@ func ForceUpdateVendorPrice(ctx *jxcontext.Context, vendorID int, actType int, s storeSkuBindList = append(storeSkuBindList, storeSkuBind) } } else { - errList.AddErr(err) + errList.AddErr(fmt.Errorf("获取门店:%d商品:%d出错:%s", v.StoreID, v.SkuID, err)) } } if err = errList.GetErrListAsOne(); err != nil {