This commit is contained in:
苏尹岚
2020-11-12 14:24:53 +08:00
parent aba0dc681c
commit 6b6f4275b5

View File

@@ -1794,7 +1794,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
v.VendorPrice = a.VendorPrice v.VendorPrice = a.VendorPrice
priceList[jdStoreID] = append(priceList[jdStoreID], v) priceList[jdStoreID] = append(priceList[jdStoreID], v)
} }
if v.VendorSkuID == "2004219012" { if v.VendorSkuID == "2004219005" {
fmt.Println(utils.Format4Output(v, false)) fmt.Println(utils.Format4Output(v, false))
fmt.Println(utils.Format4Output(a, false)) fmt.Println(utils.Format4Output(a, false))
} }