1
This commit is contained in:
@@ -359,6 +359,12 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
|
||||
if attr != "" {
|
||||
foodData["common_attr_value"] = attr
|
||||
}
|
||||
if storeSku.SellPoint != "" {
|
||||
foodData["sell_point"] = storeSku.SellPoint
|
||||
}
|
||||
if storeSku.SellPointTimes != "" {
|
||||
foodData["sell_point_times"] = storeSku.SellPointTimes
|
||||
}
|
||||
catCode := tryCatName2Code(storeSku.VendorCatID)
|
||||
if catCode != "" {
|
||||
foodData["category_code"] = catCode
|
||||
|
||||
Reference in New Issue
Block a user