diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 4389e94b4..98b4b9a82 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1794,7 +1794,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { v.VendorPrice = a.VendorPrice priceList[jdStoreID] = append(priceList[jdStoreID], v) } - if v.VendorSkuID == "2004219012" { + if v.VendorSkuID == "2004219005" { fmt.Println(utils.Format4Output(v, false)) fmt.Println(utils.Format4Output(a, false)) }