From 6fa46bebb606a74c6a06afc2922e7d9e3b141db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 27 Nov 2020 09:18:05 +0800 Subject: [PATCH] aa --- business/partner/purchase/jdshop/store_sku.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/business/partner/purchase/jdshop/store_sku.go b/business/partner/purchase/jdshop/store_sku.go index e15e4b4a4..8cc797b92 100644 --- a/business/partner/purchase/jdshop/store_sku.go +++ b/business/partner/purchase/jdshop/store_sku.go @@ -894,6 +894,7 @@ func buildCreateWareParam(storeSku *dao.StoreSkuSyncInfo) (createSkuParamWare *j } attrsProp = append(attrsProp, attrrmsj) } + //牛肉创建不一样 if storeSku.VendorVendorCatID == jdshopapi.JdsBeefCatID { var exValueID int64 values2, _, err2 := getAPI(storeSku.VendorOrgCode).FindValuesByAttrId(150390) @@ -908,6 +909,7 @@ func buildCreateWareParam(storeSku *dao.StoreSkuSyncInfo) (createSkuParamWare *j AttrValues: []string{utils.Int64ToStr(exValueID)}, } attrsProp = append(attrsProp, attrex) + wareSaveParam.LastCategoryID = 17902 } attrZctj := &jdshopapi.CreateSkuParamAttrs{ AttrID: utils.Int2Str(attrIDs["贮存条件"]),