Merge branch 'jdshop' of https://e.coding.net/rosydev/jx-callback into jdshop
This commit is contained in:
@@ -371,10 +371,10 @@ func sku2Update(vendorID int, sku *dao.StoreSkuSyncInfo, syncStatus int8) (item
|
||||
kvs[dao.GetVendorPriceStructField(model.VendorNames[vendorID])] = sku.VendorPrice
|
||||
}
|
||||
if sku.VendorMainId != "" {
|
||||
kvs["vendor_main_id"] = sku.VendorMainId
|
||||
kvs["VendorMainId"] = sku.VendorMainId
|
||||
}
|
||||
if sku.VendorSkuAttrId != "" {
|
||||
kvs["vendor_sku_attr_id"] = sku.VendorSkuAttrId
|
||||
kvs["VendorSkuAttrId"] = sku.VendorSkuAttrId
|
||||
}
|
||||
storeSku := &model.StoreSkuBind{}
|
||||
storeSku.ID = sku.BindID
|
||||
|
||||
Reference in New Issue
Block a user