This commit is contained in:
苏尹岚
2020-11-12 14:15:02 +08:00
parent e1c673497e
commit aba0dc681c

View File

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