From d116dbb791ae690fdd35a154cddff7cb51e378d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 27 Oct 2022 15:10:10 +0800 Subject: [PATCH] 1' --- business/jxstore/cms/sync2.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/sync2.go b/business/jxstore/cms/sync2.go index 2a27c710b..cd09cd9ea 100644 --- a/business/jxstore/cms/sync2.go +++ b/business/jxstore/cms/sync2.go @@ -338,6 +338,7 @@ func OnCreateThing2Tiktok(ctx *jxcontext.Context, db *dao.DaoDB, appOrgCode stri } errList := errlist.New() for _, v := range vendorThingList { + globals.SugarLogger.Debugf("==========本地商品id:[%d],主商品id:[%d],主商品属性:[%s]", v.LocalSkuId, v.MainId, v.SkuAttrId) thingMap := &model.ThingMap{ ThingID: v.LocalSkuId, ThingType: thingType,