From ef1f8619ac927b2ffff8040918dae65fd9085681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 31 Mar 2020 17:44:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=B6=E8=B1=B9=E6=8B=89=E5=8F=96=E6=A0=87?= =?UTF-8?q?=E5=93=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store_sku.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index bfbf43e25..c95a52d0c 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -4136,7 +4136,9 @@ func CreateSkusAndFocusFromYb(ctx *jxcontext.Context, isAsync, isContinueWhenErr Unit: productInfo.Unit, }, Skus: []*model.SkuWithVendor{ - &model.SkuWithVendor{}, + &model.SkuWithVendor{ + Sku: &model.Sku{}, + }, }, Places: []int{510100}, //默认成都 }