chuangjian
This commit is contained in:
@@ -76,6 +76,7 @@ func (p *PurchaseHandler) CreateStoreSkus(ctx *jxcontext.Context, storeID int, v
|
||||
MultiCateProps: []interface{}{},
|
||||
PropsSet: []interface{}{},
|
||||
SaleAttrs: []interface{}{},
|
||||
WareStatus: 8,
|
||||
}
|
||||
var wareSaveSkus []*jdshopapi.WareSaveSkus
|
||||
//先把已有的规格放进去
|
||||
@@ -94,6 +95,7 @@ func (p *PurchaseHandler) CreateStoreSkus(ctx *jxcontext.Context, storeID int, v
|
||||
AttrValueAlias: vv.SaleAttrs[0].AttrValueAlias[0],
|
||||
},
|
||||
},
|
||||
OuterID: vv.OuterID,
|
||||
}
|
||||
wareSaveSkus = append(wareSaveSkus, sku)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user