aa
This commit is contained in:
@@ -2079,7 +2079,7 @@ func CreateUpcSkuByExcelBin(ctx *jxcontext.Context, reader io.Reader, categoryID
|
|||||||
`
|
`
|
||||||
sqlParams := []interface{}{*v.Upc, utils.DefaultTimeValue}
|
sqlParams := []interface{}{*v.Upc, utils.DefaultTimeValue}
|
||||||
if err = dao.GetRow(db, &sku, sql, sqlParams); err == nil && sku != nil {
|
if err = dao.GetRow(db, &sku, sql, sqlParams); err == nil && sku != nil {
|
||||||
// retVal = []*CreateUpcSkuByExcelErr{buildCreateUpcSkuByExcelErr(v, "商品在京西库中已存在!")}
|
retVal = []*CreateUpcSkuByExcelErr{buildCreateUpcSkuByExcelErr(v, "商品在京西库中已存在!")}
|
||||||
return retVal, err
|
return retVal, err
|
||||||
}
|
}
|
||||||
productInfos, err := GetJdUpcCodeByCode(ctx, *v.Upc)
|
productInfos, err := GetJdUpcCodeByCode(ctx, *v.Upc)
|
||||||
|
|||||||
Reference in New Issue
Block a user