From 0aabc8ad2c25813ee2a2bbb977eaddbe3deb4470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 8 Feb 2021 17:22:47 +0800 Subject: [PATCH] aa --- 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 ff471867d..7debaa8bd 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1859,7 +1859,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { priceInfo, _ := api.JdAPI.GetStationInfoList(storeMap.VendorStoreID, batchedStoreSkuList) for _, vv := range priceInfo { if vv.VipPrice != 0 { - fmt.Println("vipPrice", vv.SkuID) + fmt.Println("vipPrice uuu", vv.SkuID) err = api.JdAPI.DelVipPrice(utils.Int2Str(storeMap.StoreID), []*jdapi.SkuIdEntity{ &jdapi.SkuIdEntity{ OutSkuId: thingIDmap[vv.SkuID],