From 3a69b7a3f5f3544deeb384b9b45e83541e5e5602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 29 May 2026 16:01:47 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/sku.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/jxstore/cms/sku.go b/business/jxstore/cms/sku.go index e4540f600..42dee7c31 100644 --- a/business/jxstore/cms/sku.go +++ b/business/jxstore/cms/sku.go @@ -3014,7 +3014,7 @@ func UpdateSkuExinfoMap(ctx *jxcontext.Context, nameIDs []int, imgWaterMark stri skuIDs = append(skuIDs, v.ID) } - globals.SugarLogger.Debugf("---------test := %s", utils.Format4Output(partner.IsMultiStore(vendorID), false)) + globals.SugarLogger.Debugf("---------1test := %s", utils.Format4Output(partner.IsMultiStore(vendorID), false)) if partner.IsMultiStore(vendorID) { for _, v := range skuIDs { OnUpdateThing(ctx, db, nil, int64(v), model.ThingTypeSku) @@ -3030,7 +3030,7 @@ func UpdateSkuExinfoMap(ctx *jxcontext.Context, nameIDs []int, imgWaterMark stri } } } - globals.SugarLogger.Debugf("---------test storeIDs:= %s", utils.Format4Output(storeIDs, false)) + globals.SugarLogger.Debugf("---------2test storeIDs:= %s", utils.Format4Output(storeIDs, false)) SetStoreSkuSyncStatus2(db, storeIDs, []int{vendorID}, skuIDs, model.SyncFlagModifiedMask) } }