From e213e20df241ca798b2174817dbce1659dcf9601 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, 26 Mar 2021 17:53:59 +0800 Subject: [PATCH] aa --- business/jxstore/cms/sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/sku.go b/business/jxstore/cms/sku.go index 5b7c405af..c0116f274 100644 --- a/business/jxstore/cms/sku.go +++ b/business/jxstore/cms/sku.go @@ -2079,7 +2079,7 @@ func CreateUpcSkuByExcelBin(ctx *jxcontext.Context, reader io.Reader, categoryID ` sqlParams := []interface{}{*v.Upc, utils.DefaultTimeValue} if err = dao.GetRow(db, &sku, sql, sqlParams); err == nil && sku != nil { - // retVal = []*CreateUpcSkuByExcelErr{buildCreateUpcSkuByExcelErr(v, "商品在京西库中已存在!")} + retVal = []*CreateUpcSkuByExcelErr{buildCreateUpcSkuByExcelErr(v, "商品在京西库中已存在!")} return retVal, err } productInfos, err := GetJdUpcCodeByCode(ctx, *v.Upc)