This commit is contained in:
邹宗楠
2022-12-21 16:41:39 +08:00
parent f852d3611f
commit 6235a6b0ce

View File

@@ -386,6 +386,7 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
// 获取品牌
param.StandardBrandId = 789194134 // 默认品牌京西菜市
var mainIdInt int64
globals.SugarLogger.Debugf("========param=============0 %s , mainId %d", utils.Format4Output(storeSku, false), mainIdInt)
if storeSku.VendorMainId == "" {
localThing, _ := dao.GetThingToTiktokMapList(db, model.VendorIDDD, int64(storeSku.SkuID), storeDetail.VendorOrgCode)
globals.SugarLogger.Debugf("========localThing=============1 %s", utils.Format4Output(localThing, false))