From 4851bc9d09fb2ffa927e9284c55adff9acfcb2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 9 Jan 2023 15:08:56 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/sync_store_sku.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/sync_store_sku.go b/business/jxstore/cms/sync_store_sku.go index f28fb5e91..6116dbae4 100644 --- a/business/jxstore/cms/sync_store_sku.go +++ b/business/jxstore/cms/sync_store_sku.go @@ -372,6 +372,7 @@ func sku2Update(vendorID int, sku *dao.StoreSkuSyncInfo, syncStatus int8) (item var skuSyncStatus int8 = 0 if model.VendorIDDD == sku.VendorID { skuSyncStatus = sku.SkuSyncStatus + kvs["dd_id"] = sku.VendorSkuID } else { skuSyncStatus = sku.SkuSyncStatus & model.SyncFlagPriceMask }