From 6b6f4275b5211580a5d6ad5f3315c503708a294a 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:24:53 +0800 Subject: [PATCH] beta --- business/jxstore/tempop/tempop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) }