From aba0dc681c103a3b701cc218675475808829161c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 12 Nov 2020 14:15:02 +0800 Subject: [PATCH] beta --- business/jxstore/tempop/tempop.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index ee8320286..4389e94b4 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -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 {