From 4f8c757d0a98d8c36c0f7f0bbfdbc053bb2d3c55 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Wed, 16 Nov 2022 15:15:01 +0800 Subject: [PATCH] mt price --- business/jxstore/cms/store_sku.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 6a618d2eb..00798d4fa 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -6643,6 +6643,7 @@ func BatchSetRestockingPrice(ctx *jxcontext.Context, preData map[string][]mtwmap var params []*mtwmapi.SpuData for k, v := range preData { //获取京西平台storeID + globals.SugarLogger.Debugf("k==============%s", k) if storeID, vendorOrgCode, err := dao.GetCodeAndIDByMeiTuan(k); err != nil { return errors.New(fmt.Sprintf("获取京西本地门店ID失败:%v 请重试", err)) } else {